ezraroi / ngJsTree

Angular Directive for the famous JS Tree
http://ezraroi.github.io/ngJsTree/
MIT License
270 stars 101 forks source link

not showing tree view #107

Closed smohammedyasin closed 7 years ago

smohammedyasin commented 7 years ago

Hello,

I'm not getting any tree view from treeData. Please check http://plnkr.co/edit/3fv3RAA3VgBbVSd58OaT?p=preview.

did i missed anything?

Appreciate for quick response

ezraroi commented 7 years ago

Hi, you are missing the 'ngJsTree' in your module dependencies and also... you didn't include the library js file :)

smohammedyasin commented 7 years ago

Yes, Thank you.