angular-bootstrap-nav-tree icon indicating copy to clipboard operation
angular-bootstrap-nav-tree copied to clipboard

An AngularJS directive that creates a Tree based on a Bootstrap "nav" list.

Results 52 angular-bootstrap-nav-tree issues
Sort by recently updated
recently updated
newest added

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 :(

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...

bug
investigate

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.

investigate

Right now we can select only one node from given tree structure. Is it possible to select multiple nodes from a tree structure.

enhancement
question

hi, awesome work, is it possible to offer drag and drop? thanks in advanced.

enhancement

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...

enhancement