angular.tree
angular.tree copied to clipboard
This project is not maintained
Having a hard time to find proper support for drag and drop compatible with ng-tree directive , actual model which passed in ng-tree it is not getting updated after drag...
When the tree is put into the Accordion in [UI Bootstrap](http://stackoverflow.com/questions/27491725/how-to-debug-and-fix-incompatible-angularjs-components?noredirect=1#comment43414948_27491725) the select event is not fired. See this [Stackoverflow article](http://stackoverflow.com/questions/27491725/how-to-debug-and-fix-incompatible-angularjs-components?noredirect=1#comment43414948_27491725) for a full description and demo.
I added a direct attribute to be able to prevent the need for modifier keys. E.g. ``` html ``` will always use multiple selection Furthermore, the `$event` is now sent...
#### Hey, maintainer(s) of dump247/angular.tree! We at [VersionEye](https://www.versioneye.com/signup?promo_code=BOWER) are working hard to keep up the quality of the bower's registry. We just finished our initial analysis of the quality of...
Hi, I just started with this directive with my style sheet. But there is little bit of problem. I just want to remove the empty "UL" tag, and little bit...
Is it possible to include some basic CSS for the angularTree on hover and selected item
Having a hard time figuring out the expected syntax when you get more than 2 levels deep as shown in the example. I tried something to the effect of: ```...