We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Is there an easy way to get the parents of a selected node?
Tree:
Root ----- Parent2 -------- Child ------------------- innerChild -------- Child2 -------- Child3 ----- Parent3 ----- Parent4
Clicking on innerChild would return Child and Parent2 has parents. Like so : Parent2 > Child > innerChild
The text was updated successfully, but these errors were encountered:
using scope.$parent maybe ?
Sorry, something went wrong.
No branches or pull requests
Hi,
Is there an easy way to get the parents of a selected node?
Tree:
Root
----- Parent2
-------- Child
------------------- innerChild
-------- Child2
-------- Child3
----- Parent3
----- Parent4
Clicking on innerChild would return Child and Parent2 has parents. Like so : Parent2 > Child > innerChild
The text was updated successfully, but these errors were encountered: