angular-ya-treeview icon indicating copy to clipboard operation
angular-ya-treeview copied to clipboard

children function should understand promises

Open zdila opened this issue 10 years ago • 1 comments

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 as well.

Now we have to use onExpand method.

zdila avatar Sep 16 '14 11:09 zdila

good point. i'll add it.

ca77y avatar Sep 16 '14 15:09 ca77y