I had to add this : ` .config(['$locationProvider', function($locationProvider) { $locationProvider.hashPrefix(''); }])` in routes.js so my URLs would not look like that : http://localhost:9000/#!/#%2Fchat It's my first project with Angular so I dont know if it's common..
I had to add this :
.config(['$locationProvider', function($locationProvider) { $locationProvider.hashPrefix(''); }])in routes.js so my URLs would not look like that : http://localhost:9000/#!/#%2Fchat
It's my first project with Angular so I dont know if it's common..