Maybe you'll find this useful at least for comparison: https://github.com/ivantage/angular-ivh-treeview
---------------------------------------------------------------- jrussell.me On Tue, Oct 7, 2014 at 3:24 PM, Mingying Xue <[email protected]> wrote: > If it works, that is beyond the awesome. > > > On Tuesday, March 12, 2013 4:01:16 AM UTC-5, Sergey Chico wrote: > >> Hi I'm trying to make a collapsible checkbox tree directive: >> http://plnkr.co/edit/v9Cl4d?p=preview >> It works fine (except select/unselect all children clicking on parent is >> not implemented yet) but I can not get the result array of checkbox values. >> How can I get something like ["0101": true, "0102": true] ? I understand >> that I should have some array in parent scope of my recursive directive but >> I can not get it work proper. >> > -- > 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. > -- 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.
