Dec12 0 AngularJS problem : Links cant load page from server but uses ng-route Posted by Anil Maharjan If you are using ng-route and want to load the page from your server you need to add target=”_self” to your anchor tag.Example:<a href=”my/page” target=”_self”>LINK</a>Comments comments