The code:
<a ng-repeat="..." href="{{...}}"></a>
I am using a plugin that requires the href attribute, so data-ng-href
can't be used :(
Is there an alternative to keeping an AngularJS expression inside a href
attribute, and have it validate under the W3C HTML5 validator? Thanks in advance, will mark answer as correct :)