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)
Found out that there's no bug there. Just add:
to your .