I am trying to remove # tag on my app using $locationProvider.html5Mode(true). It takes out the # but now I get 404 errors>
$locationProvider.html5Mode(true)
404 errors>
It turns out if one is usung $locationProvider.html5Mode(true). You have to set a base url ()... according to this answer