Yoav Abrahami

Results 41 comments of Yoav Abrahami

I have not tested the tree on angular 1.3.x (I understand it is still beta...). Given the stuff I am doing to make the tree work, I guess there going...

when checking with angular 1.3, I have one of the tests failing - the one about sorting. For some reason, angular 1.3 sorts the tree nodes descending even when we...

There is no test in this PR. Can you add a test validation that it actually works?

I think you can do that using a node template. Use ng-class in the template with condition on node type and have the type icon as part of the template....

you dropped the headClass logic in your ng-class attribute of li. The problem you see is caused because headClass adds the classes tree-leaf, tree-expanded and tree-collapsed classes as well as...

What do you mean? which icons? The icons are managed via CSS and states of the tree (collapse, expand, etc).

can you share your full example? Are you using instance template or global template? The example http://wix.github.io/angular-tree-control/#externalTemplate works and is current.

Just verified it is working with angular 1.3.18. Can you share how you are using the feature? On Mon, Nov 9, 2015 at 9:02 AM, Jason [email protected] wrote: > I'm...

http://wix.github.io/angular-tree-control/#expandedNodes just set the expanded-nodes to whatever you wanna be expanded

A code change is indeed required. currently, the tree control assumed a property which is an array and references it in a few places as ``` node[$scope.options.nodeChildren] ``` including in...