Answer the question
In order to leave comments, you need to log in
How to write data from angular to tag attribute?
I output data using ng-repeat:
<ul>
<li ng-repeat="user in userList | filter: userSearchQueryString">
<a href="javascript:void(0)" ng-bind="user.DisplayName"></a>
</li>
</ul>
Answer the question
In order to leave comments, you need to log in
As far as I remember, it is done like this:
But the question arises - why? If you need further manipulations - use directives.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question