I want to get the selected node path from root in tree view by using AngularJS. I have seen this link. It is used to get only selected node like subUser2. But i want to display selected Node path or depth like user/subUser2.
If i select subUser2 : then display User/subUser2
jsfiddle.net/eu81273/8LWUc/18/
