Dmytro Riazanov
Dmytro Riazanov
@daggeto, did you figure out the problem?
Yes for now, I just wanted to check design is ok for you. I will add more, any requirements?
Thanks for quick reply! I figured it out in my own way, but I think it should be something simplier and more straightforward: ``` $scope.ae.$add({ file: file, started: function ()...
1. So I think it will be cool to have it in settings. In your approach you have all uploads in one place, thats why it doesnt make any sense...
1. Yeah, I meant it. It would be cool to run some callback on `$dequeue`. 2. You were right `$stopped` is set on complete and on error, my bad. I...
Yeah, I do something like that. Wrapping `dequeue` in controller function. So maybe this way is better, thanks. Was just curious about to have `upload.$dequeue` calling some stuff under the...