angular-multi-select-tree
angular-multi-select-tree copied to clipboard
A native Angular multi select tree. No JQuery.
When I try to include it in the AngularJS with the browserify module it requires index.js file with "module.exports" in it. This package's package.json file also contains "index.js" file as...
Hi, Could you please add unit test for the angular-multi-select-tree? Regards, Paras
Hi, Awesome directive, just one minor issue. When a parent is selected the children nodes don't show as selected. Thanks!
Hi Team, When focus is shifted from one multi-select-tree to other, the focus on initial multi-select-tree is override the second multi-select-tree. Can we collapse the one before we select the...
Is there a way to set the multi-select to have at least one item selected?
now I want $http load tree data ,How to do
Currently if I change the selected node by marking one of the node as node.selected = true;, it does not change the selected node in the tree control and does...
1. When search, children must expand relative parent. 2. When search, children must set isFiltered too. 3. http://a5hik.github.io/angular-multi-select-tree/ test page "0.0" does not work (Node 0 with child Node 0.0...
When installed used bower install and using grunt wiredep, angular-multi-select-tree is not injected automatically.
Cool directive! but I think there are too many scopes are created. 