Hi, I have a directive where I am creating checkbox dynamically. I have used for loop to display multiple checkboxes inside directive and using $compile to compile all element to display on UI. I don't want to use ng-repeat. I need to bind unique ng-model for each checkbox. How would I bind each checkbox with unique ng-model ? Is there any way where we can achieve that?
-Devendra. -- 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.
