AngularJS problem : Links cant load page from server but uses ng-route
12/12/2014
Reading time: 1 mins

AngularJS problem : Links cant load page from server but uses ng-route

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>

Previous
Apache2 on Ubuntu ignores sites-enabled conf (vhost config)
Next
Intel Edison
© 2024 Anil Maharjan