Hi,
I am aware that Angular is used for generating HTML. Setting $scope.items to an array will cause <li ng-repeat> to generate multiple LI items. In my case, for every element of items, I would like to invoke a Javascript function. The Javascript then adds somthing to the DOM. <script ng-repeat> is not allowed by Angular. What is the best way to invoke a javascript repeatedly using Angular? Thanks, Yash -- 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.
