Replace iframe for window.open _blank

This commit is contained in:
Yemel Jardi 2014-07-17 22:35:24 -03:00
commit d484c5ab49
4 changed files with 7 additions and 8 deletions

View file

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