angular-ya-treeview
angular-ya-treeview copied to clipboard
children function should understand promises
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.
good point. i'll add it.