Does anyone know why version 1.1.5 automatically adds a hashtag to your urls, and how to turn this off? IMO this is ugly looking. It happens whenever you have a url that doe
In $routeProvider set HTML5 mode as true as following
$locationProvider.html5Mode(true);
And in head section of your page add this following line