In Angular 1.x I can do the following to create a link which does basically nothing:
My Link
But the same tag
A really simple solution is not to use an A tag - use a span instead:
Click here span.link { color: blue; cursor: pointer; text-decoration: underline; }