I am aware that Angular is used for generating HTML. Setting $scope.items to an array will cause 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. is not allowed by Angular. What is the best way to invoke a javascript repeatedly using Angular?
Thanks, Yash