angular-bootstrap-nav-tree
angular-bootstrap-nav-tree copied to clipboard
An AngularJS directive that creates a Tree based on a Bootstrap "nav" list.
Hi Nick, Do you know if there is an implementation of a search filter that will work with the angular-bootstrap-nav-tree? Thanks,
it would be nice to be able to define a different template as an attribute ``` ```
Please, add collapse on dbl click or add a new attribute on-dbl-click="func(branch)" in directive.
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...
Added option to specify node-specific icons. Fixes nickperkinslondon/angular-bootstrap-nav-tree#21
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">
…branch when we click on it
add check icon before folder icon