angular-ya-treeview
angular-ya-treeview copied to clipboard
Yet Another Treeview for AngularJS
Can be seen on the plunker: http://plnkr.co/edit/mAfWCLmD9NW0CD44gdNF?p=info Steps to reproduce on plunker: 1. Expand parent2 2. Expand child 3. Select innerChild. 4. Collapse and re-expand child, noting that innerChild is...
I currently set the expand option to true, but your controller always overrides the value to false. Therefore, this flag does not work for expanding a tree by default, and...
How to make ng-click working from template file? I added ng-click inside children file template but it wont fire the function inside the controller thanks :)
I'm adding an item to the treeview by pushing an object to the original model. how can I get the treeview to update? I managed to change an existing item...
Currently if children contains a function then the function must return array. This way it is not possible to asynchronously read children using this method. Library should support returning promises...