Yoav Abrahami
Yoav Abrahami
I have checked the commit, but some tests are failing - specifically regarding filtering
1. what is a "length of a map"? a map has a size, not length. 2. $id are not pure numbers, rather alpha nomeric. Scope $id are always going up,...
@kaape, I have checked your plunkr. The issue there is caused by the data having multiple nodes with the same index and the quality function comparing nodes only based on...
try now with the latest pushed version of the library. I cannot reproduce in tests but I think I have implemented a fix that will solve this issue. Works for...
now should work. On Wed, Jul 6, 2016 at 2:39 PM Yuriy Grunin [email protected] wrote: > done > > Sorry, but I can't see it in npm - last version...
Hi Vladimir, You can do that by one of the following ways - 1. using label templates have a template that allows horizontal overflow 2. have horizontal overflow on the...
The options member is only intended for the first creation of the tree, and not to be updated later. If you do need to update options, you will need to...
grab an instance of the compile ``` var tree = $compile('{{node.label}}')($rootScope); var element = $('page'); element.append(tree); $rootScope.$digest(); ```
that's strange. In the example (http://wix.github.io/angular-tree-control/#selected) it works. Have you tried using undefined instead of null?