In my templates I want to use relative routes. Currently I have absolute paths in my anchor href's, which is suboptimal
<a href="/#/dashboard/settings">Settings</a>
How can I rewrite this to be a relative navigation (in this relative to dashboard)?
It should work with hashbang and html5 history api routes (whichever AngularJS uses or falls back to)