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 Nick, Do you know if there is an implementation of a search filter that will work with the angular-bootstrap-nav-tree? Thanks,

enhancement

Is there any way to add search functionality to the tree?

enhancement

Can you add an API to delete branch/ branches ?

enhancement

it would be nice to be able to define a different template as an attribute ``` ```

enhancement

Please, add collapse on dbl click or add a new attribute on-dbl-click="func(branch)" in directive.

enhancement

Hi, I used the nav tree in a project and it works fine, thank you very much for this angularjs extension! But when I started to implement tests they failed...

bug

Hi @nickperkinslondon, We needed the option of defining node-specific icons for displaying the type of a node. This solves nickperkinslondon/angular-bootstrap-nav-tree#21. Best regards Matt

..controller_start... MyModel.get_tree(function(data){ $scope.example_treedata = data }) ..controller_end... In view: abn-tree header="" tree-data="example_treedata" icon-leaf="icon-file" on-select="my_default_handler(branch)" expand-level="2" initial-selection="2">

enhancement

add check icon before folder icon