I might have some kind of missunderstanding. Im using angular ui router and i have the next issue:
I have the next State provider:
angular .module(\'Main
Just point that following the advises of this thread, you can also solve it changing the otherwise block for this:
$urlRouterProvider.otherwise(function ($injector, $location) { var $state = $injector.get("$state"); $state.go("/"); });
Hope it helps