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

Hi, I have this : When treeData are setup in controller, it`s expanding. If i am loading data using $resource and filling data in get().$promise.then function, my tree is not...

Provide deselect method and/or send null to on-select when clicking on already selected leaf

And more importantly, would someone with significant contributions ([network graph](https://github.com/nickperkinslondon/angular-bootstrap-nav-tree/network)) be willing to adopt it? @nickperkinslondon

Hello, We have a requirement to provide drag-drop functionality to the tree which is same as yours. Can you please add the functionality of drag and drop in this tree...

Hi @nickperkinslondon, I'm a package maintainer for Meteor.js, a popular full-stack JavaScript framework. I'm also a developer on angular-meteor, a library that let's you work with AngularJS on top of...

What is the right way to use this directive along with [UI-Router](https://github.com/angular-ui/ui-router) (part of [Angular-UI](http://angular-ui.github.io/ui-router/))? More specifically, how to make the tree to use **ui-sref**, and change according to the...

can the node be disabled state? define the {disabled:true} in json. I think it should be better to show some disabled node in some case

I have a scenario where i am displaying file directory using abn-tree and when the user clicks on a file in the directory, the contents get displayed in an iframe...

Can we have tooltip when hovering over a tree node? Thanks

I am implementing a wizard dialog using the nav tree. Using Angular, I have implemented the following on the Back button: `ng-disabled="my_tree.get_selected_branch() == my_tree.get_first_branch()"`. This is working great. However, I...