I have some simple code, as follow:
<a class="ng-binding"
data-target="#Brand{{$parent.$index}}Series{{$index}}" data-toggle="modal"
target="_self">A Series</a>
In Chrome and IE11, the bindings in the data-target attribute are rendered
properly. In Firefox they just render as written above. This only happens
with the data-target attribute. Other attributes work correctly.
I have tried the following, with no luck.
Replace data-target with ng-attr-data-target.
Replace data-target with ng-bind-attr-data-target.
Include the text in the bindings, {{}}.
I am using Angular 1.2.2.
Any advice on this one?
Thanks
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.