I want to create tree structure whose parents will get adjusted dynamically. For example, there are 2 dimentions named child and parent
-Parent1 - child1 - child2 -Parent2 - child1 - child3 now if i drag child1 to Parent1 I mean if I want to make child elements as parent then tree structure should look like -child1 - Parent1 - Parent2 -child2 - Parent1 -child3 - Parent2 I hope I am clear about the requirement. Please help me building this using angular js -- 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.
