PORTAL_NAME
I want to reload the page. How can I do this?
It's easy enough to just use $route.reload()
(don't forget to inject $route into your controller), but from your example you could just use "href" instead of "ng-href":
PORTAL_NAME
You only need to use ng-href to protect the user from invalid links caused by them clicking before Angular has replaced the contents of the {{ }} tags.