Replace iframe for window.open _blank
This commit is contained in:
parent
f1a2b357db
commit
d484c5ab49
4 changed files with 7 additions and 8 deletions
|
|
@ -3,7 +3,7 @@
|
|||
angular.module('copayApp.controllers').controller('BackupController',
|
||||
function($scope, $rootScope, backupService, walletFactory, controllerUtils) {
|
||||
$scope.download = function() {
|
||||
backupService.download($rootScope.wallet, $rootScope);
|
||||
backupService.download($rootScope.wallet);
|
||||
};
|
||||
|
||||
$scope.deleteWallet = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue