Hi How do i organize model and view, so that I could display dozens of dynamical checkboxes, and have their checked state.
E.g. I have model like that: [id:1, cb1List: [1,2,3,4,5], cb2List: [1,2,7,13,18, 22], cb3List: [101,102,109,110]} I'd like to show cblists as list of checkboxes, so user could check and uncheck them. For each object list will vary, so i can't put that directly to html page. When user finish his selection, i'd like to seed data like: [id:1, cb1List: [3,4,5], cb2List: [], cb3List: [101]} -- 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.
