eu81273 / angular.treeview

AngularJS based Treeview (no jQuery)
MIT License
405 stars 223 forks source link

how to get the parent item and the sibling items? #23

Open xpbliss opened 10 years ago

xpbliss commented 10 years ago

I want to get the parent item and the sibling items,how to do it?

otoja commented 10 years ago

I have solved that by adding custom parent-id attribute to the treeview.

madirajur commented 9 years ago

Can you provide the solution?

ghost commented 9 years ago

@otoja Can you provide the solution please?

vedantsali commented 9 years ago

Got answer from- http://stackoverflow.com/questions/29145789/angular-treeview-get-parent-node

warapitiya commented 9 years ago

Great one! Integrate this to module it self!