I was having the same problem before I configured $locationProvider in my app’s module config:
appModule.config(['$locationProvider', function($locationProvider) {
$locationProvider.html5Mode(true);
}]);
I was having the same problem before I configured $locationProvider in my app’s module config:
appModule.config(['$locationProvider', function($locationProvider) {
$locationProvider.html5Mode(true);
}]);