Add email wallet backup using iframe

This commit is contained in:
Yemel Jardi 2014-07-17 16:53:38 -03:00
commit aa4af0a0e9
5 changed files with 26 additions and 7 deletions

View file

@ -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() {