dmitryt
dmitryt
Hello. I was faced with the same problem. As a workaround I used function for ng-model: ```javascript vm.treeData = function(node, cb) { loadChildren(node.id).then(function(res) { cb(prepareData(res)); }) } ``` AFAIU, it's...
I'd like to take this one
Where to put the solution - here or in separate pull request?
The same on MacOS node 8.2.1, even though it works well under node 7.5