I am working with angularjs in html 5 mode. Which appears to take control of all href\'s on the page. But what if I want to have a link to something within the same domain o
in HTML5 mode, there are three situations in which the A tag is not rewritten: from the angular docs
target
attribute. Example: link
Example: link
base
is defined Example: link
so your case would be 1. add target="_self"