Sorry but I don't understand, I think it depends on your data schema. If 
both data are related they should be in an array of object [{rep: 25, 
weight: 300}, {rep:12, weight: 350} ...]
If they are in distinct array but you can ensure both array are related 
(same length and same order) then you could use index of the for loop to 
retrieve data from the second array.

This is not an angular question it's a generic programming question.

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to