Posts by Matheus Sampaio • 1 point
1 post
-
0
votes3
answers926
viewsA: Using find at angular
Add the attribute acao in each li in the ng-repeat, so you can treat the clicks on the elements. angular.module("exemplo", []) .controller("exemplo", function() { this.letters = ["a", "b", "c",…