admin管理员组文章数量:1435859
I am quite new to AngularJS, and I am stuck for a moment using the ng-repreat
.
I am trying to call a controller function using ng-click
to change the model.
First, I used the $index
variable provided by ng-repeat
. But when I added a filter, I could not get the correct item ID. (removing the filter restore the expected behavior)
I made a simple example : /
As indicated in the script I would like to using friend.id
instead of $index
in order to set the correct value in my friend
variable.
I am quite new to AngularJS, and I am stuck for a moment using the ng-repreat
.
I am trying to call a controller function using ng-click
to change the model.
First, I used the $index
variable provided by ng-repeat
. But when I added a filter, I could not get the correct item ID. (removing the filter restore the expected behavior)
I made a simple example : http://jsfiddle/folkenda/wt7b2/
As indicated in the script I would like to using friend.id
instead of $index
in order to set the correct value in my friend
variable.
1 Answer
Reset to default 5setFriend(friend.Id)
will work. Although, you could just pass the friend object itself. setFriend(friend)
.
版权声明:本文标题:javascript - AngularJS - How to call controller function with item value as argument in ng-repeater? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745621451a2666707.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论