added resend button

This commit is contained in:
Ivan Socolsky 2014-12-18 09:37:07 -03:00
commit 173e5f2b12
3 changed files with 10 additions and 1 deletions

View file

@ -62,6 +62,10 @@ angular.module('copayApp.services')
});
};
root.resendVerificationEmail = function (cb) {
console.log('yes');
};
root.setServerStatus = function(headers) {
if (!headers)
return;