silexlabs / cloud-explorer

*this version is deprecated, see CloudExplorer2* File manager for your users cloud services such as dropbox, google drive and FTP
http://cloud-explorer.org
52 stars 23 forks source link

make another call in a success callback #2

Closed lexoyo closed 10 years ago

lexoyo commented 11 years ago

cloudExplorer.pick( blob, function(blob){ cloudExplorer.read(blob, ....); } });

it throws an error: "Error: $apply already in progress"

zabojad commented 10 years ago

that was an AngularJS issue, it's not actual anymore (we aren't using AngularJS since Haxe refactoring).