I  am using angular-evaporate https://github.com/uqee/angular-evaporate for 
uploading files to Amazon Web Service(AWS). I need to add a cancel button 
in it.There is a function already available in Evaporate.js.

 
 _.cancel = function(id){


    l.d('cancel ', id);
    if (files[id]){
       files[id].stop();
       return true;
    } else {
       return false;
    }
 };

But i don't know how to cal it on a button click.I am new in angulare js,Please 
help me.

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to