angular-bootstrap-nav-tree
angular-bootstrap-nav-tree copied to clipboard
An AngularJS directive that creates a Tree based on a Bootstrap "nav" list.
Thanks for this amazing tree! I have an issue ive been trying to fix with no luck so far. as you can see here http://goo.gl/kO6WJp if the tree is too...
I have created initial e2e tests using protractor and will continue to fleshout more tests as time goes on. This PR also removes generated files. Eventually the current test pages...
Is there any other updated version of this tree for angular 1.6 and above ? Its the immediate need of the hour :(
angular2
Is it possible to use this with angular2 in current form? Do you also plan to upgrade it?
I am using the nav-tree along with AngularJS 1.3. My tree data is as simple as: $scope.my_data = [{ label: 'Languages', children: ['Jade','Less','Coffeescript'] }]; Error is: Error: [ngRepeat:dupes] Duplicates in...
This error occurs anytime you try to use any API functions like get_next_branch or get_closest_ancestor_next_sibling on the root node of any tree, or the last leaf of any tree.
Right now we can select only one node from given tree structure. Is it possible to select multiple nodes from a tree structure.
hi, awesome work, is it possible to offer drag and drop? thanks in advanced.
Adding a css rule ala: .tree-label { white-space: nowrap; } doesn't seem to cut it and even if there is a css tweak one can make to force the text...