Iago

Results 1 issues of Iago

I have set up a redirect to a 404 info page on the $urlRouterProvider.otherwise that triggers for URLs that don't match any state. $urlRouterProvider.otherwise(function($injector){ var $state = $injector.get('$state'), $state.go('app.root.notFound'); });...