Hi , I have requirement to build tree exactly like jstree(http://www.jstree.com). Jstree meets all my requirements like adding new node, drag&drop, lazy loading. However my application is built on Angular so wanted to know if building my own Tree component is better vs using a jstree within my own directive. There are pros and cons with both approach.
Pros of Jstree 1) Quick development no need to reinvent the wheel. 2) A thoroughly tested component. Cons: 1) Dependency on a third party library. 2) Making angular know about jsTree Dom manipulations. Please let me now what is the best approach.I have also noticed some directives using jstree in github. -- 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.
