Posts by dw7 • 1 point
1 post
-
0
votes1
answer55
viewsQ: How to get the id of the button clicked on a result listing line by Angular JS?
How to get the id of the button clicked on a result listing line by Angular JS? In the HTML page I can use list.id, but in the code in Angularjs, the codes below return me Undefined: id; $scope.id;…