added resend button
This commit is contained in:
parent
aa8d6f4754
commit
173e5f2b12
3 changed files with 10 additions and 1 deletions
|
|
@ -1,10 +1,14 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.controllers').controller('IndexController', function($scope, go, isCordova) {
|
||||
angular.module('copayApp.controllers').controller('IndexController', function($scope, go, isCordova, identityService) {
|
||||
$scope.init = function() {
|
||||
|
||||
};
|
||||
|
||||
$scope.resendVerificationEmail = function (cb) {
|
||||
identityService.resendVerificationEmail(cb);
|
||||
};
|
||||
|
||||
$scope.swipe = function(invert) {
|
||||
go.swipe(invert);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue