Hello,

I've implemented the DropBox Saver to save a file to DropBox.
If I call the DropBox function directly in the controller/service after the 
user has clicked on a button, everything works fine.

But what I actually need is to call the function within the first 
.then-param of a $http-request, e.g.:
*$http.post(...).then(function() { DropBox.save(); });*

*The problem: the DropBox function must be called within a user-triggered 
event.*
*Is there an other way to handle this?*

*Regards*
*Sandro*

*ps. Sorry for my english :-(*

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to