I have just noticed that I have an exclamation mark after a hash (#!) in all of my routes. I\'m not sure how and why I got them because earlier today I didn\'t have them. >
Modify these 2 lines :
.config(function ($routeProvider) { $routeProvider
to be :
.config(function ($routeProvider,$locationProvider) { $locationProvider.hashPrefix(''); $routeProvider
Credit should go to : https://stackoverflow.com/a/41223197/1564146