When I attach an ng-href to a link like this:
ng-href="{{post.btn.url}}"
The resulting value is:
ng-href="/news/some-post"
In browsers that do not support html5 mode, these links do not work properly because they require a #. How can I handle this in IE9 without manually adding the hash to each href?