Viktor Ageyev
Results
2
comments of
Viktor Ageyev
Closing the file and opening it again fixes issue.
This is because of changes in AngularJS 1.6.0. To restore previous behavior : ````javascript app.config(['$locationProvider', function($locationProvider) { $locationProvider.hashPrefix(''); }]); ```` see: http://stackoverflow.com/questions/41211875/angularjs-1-6-0-latest-now-routes-not-working and https://docs.angularjs.org/guide/migration#commit-aa077e8