Hi Dan,

As I don't know how your data looks, I cant give you a final solution. You 
need to filter your moreAttempts.
it should something like this:

<tr ng-repeat-end ng-repeat="x in moreAttempts| filter:{id:att.id}">


The exact filter <https://docs.angularjs.org/api/ng/filter/filter>part 
highly depends on your data, possible you might (unlikely) even an custom 
filter.

Rergards
Sander

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" 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 http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to