Angular: Remove the hashtag
After setting up a Yeoman base for an AngularJS project, I noticed the hashtag (# symbol) appended to the urls.
It seems it easy to get rid of them. All we need to do is configure $locationProvider and set html5Mode to true:
regards
======================================================================