> > Your plunker is still missing half your code and the gist is just a cut > and paste of some parts of the code in your original plunker. >
I'm sure you'll get a lot more help if you take the effort to create a working example. All that said, all you need to do is save the current winner's id in the parent scope. Then in your ng-repeat, you set your checkbox's ng-disabled to be false if either there *is a current winner id* in the parent scope, *or* the *current winner id === the current bet id* Plunker: http://plnkr.co/edit/Zj0AXLtl6xUL1fwFAfQ9?p=preview -- 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/groups/opt_out.
