3

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.net/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 friendvariable.

1 Answer 1

5

setFriend(friend.Id) will work. Although, you could just pass the friend object itself. setFriend(friend).

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.