Angular.js tree library

I am in Angular.js and I would like to know which do you think is the best tree library for angular. Below are the links from the libraries I ' ve already tried and used.. and they are not working exactly as I want.

So if you are familiar with another libraries for trees in angular please let me know (angularjs library not jquery).

Thank you in advance.

Try this. Its functional but not fancy --> http://ngmodules.org/modules/angular.treeview

If you want good looking, use ui tree itself with template some thing like

<div ui-tree id="tree-root" callbacks="treeOptions">
 <ol ui-tree-nodes="" ng-model="data">
   <li ng-repeat="node in data" ui-tree-node ng-include="(node.nodes) ? 'parent_nodes_renderer.html' : 'terminal_node_renderer.html' "></li>
 </ol>
</div>

Complete example plnkr.

You can check out this TreeView directive. It is built on top of AngularJS and has built-in drag drop operations.

i was worked my institute project the name is

www.panacloud.com

i was used https://github.com/nickperkinslondon/angular-bootstrap-nav-tree this for creating tree nav view visit my website and login with fb then it shows you courses select anyone like javascript then it will show angular tree view