Add email wallet backup using iframe
This commit is contained in:
parent
ddebfee8b1
commit
aa4af0a0e9
5 changed files with 26 additions and 7 deletions
|
|
@ -1,9 +1,9 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.controllers').controller('BackupController',
|
||||
function($scope, $rootScope, $location, $window, $timeout, $modal, backupService, walletFactory, controllerUtils) {
|
||||
function($scope, $rootScope, backupService, walletFactory, controllerUtils) {
|
||||
$scope.download = function() {
|
||||
backupService.download($rootScope.wallet);
|
||||
backupService.download($rootScope.wallet, $rootScope);
|
||||
};
|
||||
|
||||
$scope.deleteWallet = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue