I would like to start navigation from http://mysite.com/hello/world
, not from site root.
e.g.
$ro
Add base tag to the main HTML file that is being served when user navigates to http://example.com/hello/world
:
<base href="/hello/world/" />
More info can be found at Developer Guide / Using $location
Adding a basetag also creates issue, double time gets appended.
By adding a (.) for root, in template url as below: templateUrl: './mytmpl.html' - resolves the issue