All Questions
Tagged with angularjs-routing angularjs-bootstrap
1 question
6
votes
3
answers
8k
views
AngularJS show dialog from routeProvider
Is it possible to [execute a function] e.g. open a modal dialog window from the routeProvider when a certain route is requested?
myApp.config(function($routeProvider) {
$routeProvider
....