I have a simple loop with ng-repeat like this: <li ng-repeat="task in tasks"> <p> {{task.name}} <button ng-click="removeTask({{task.id}})">remove</button> </li> There is a function in ...
-
May 8, 2022
- 0 Comments