angular-ui-tree/angular-ui-tree

Adding labels to the trees

wjrivera opened this issue · 2 comments

Do you want to request a feature or report a bug?
Is there a way to have labels on the tree?

Included is a picture of what I'm trying to accomplish
angular-ui

Thank you

You can add what ever content you want to the nodes .. and you can check if they are a sub item in the 'dropped' event.

Thank you