I found answers on here (option 3) that indicated that by adding target="_self"
to an href, you could do anchor linking with Angular. I tried this out, but my app uses Ui Router, and it appears that this option does not work, as on click I was getting a state change to my default route.
Is there a way to achieve anchor linking in a way similar to what is shown in the answer above, but with UI Router?