Hi Guys I have built a new directive which helps to build infinite recursive trees, with a very simple markup, and allowing customization of the "nodes" via normal HTML inclusion. You can check the project on https://github.com/webpolis/angular-treecursive (including bower setup instructions) and you can also test it on http://jsfiddle.net/webpolis/TyxH8.
The issue, it works pretty well with arrays that are completely loaded, including its nodes' childrens (if any), but current version has problem with asynchronous data. I'd appreciate if someone can join the project and do a pull request after making this compatible with asynchronously loaded arrays, which means, if via a method I populate the "node.children" array through an async request, the directive should work properly. Any one interested? Thanks in advance. -- 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.
