The sample demo of the angular ui router has this link for the start page:
full url of 'ui-router' is /
or http://angular-ui.github.io/ui-router/sample/#/
full url of 'about' is /about
or http://angular-ui.github.io/ui-router/sample/#/about
When I was using durandalJS there was a limitation that the default url is just "/" there can be no "/ui-router".
Has the angular ui router plugin the same limitation?