Yoav Abrahami

Results 41 comments of Yoav Abrahami

not at this time. On Tue, Mar 8, 2016 at 2:08 PM, FilipPoreba [email protected] wrote: > I have for example such structure: > > var arr = [ > {...

I am unaware of any issue with any browser, is there? On Tue, Aug 2, 2016 at 9:41 PM, JFC-MC [email protected] wrote: > Can you please shed a light on...

can you share how you use the tree? what did you set at the tree options?

Can you share your code? This should not happen unless you adding something that is not a function to equality On Dec 4, 2015 4:36 PM, "toneware" [email protected] wrote: >...

checkout the examples from http://wix.github.io/angular-tree-control/ (which are working), we may have an issue with the docs in https://github.com/wix/angular-tree-control (something out of date) that may have caused this issue. On Fri,...

I am not sure I understand - why is the code above wrong?

Should not be hard to do. You can use the item template to create this logic and update the node. Once the node is updated, the tree will be updated...

then just remove it from the expanded nodes collection in the onSelection event On Thu, Mar 17, 2016 at 10:39 AM, Bharath [email protected] wrote: > Hi, > > I'm using...

the list of expanded nodes is managed in the expanded nodes array. Just remove from it what you do not wanna have there. I did not implement the logic to...

The filter is done using the ng-repeat filters. Can you refer me to such functionality with ng-repeat?