When enabling the html5Mode in AngularJS via $locationProvider.html5Mode(true), navigation seems to be skewed when you land on a page deeper in the site.
$locationProvider.html5Mode(true)
My problem solved with these :
1- Add this to your head :
2- Use this in app.config
app.config
$locationProvider.html5Mode(true);