Hold on backup page until all copayers made a full backup
This commit is contained in:
parent
f9fad5d62f
commit
49ac6dfcf4
4 changed files with 48 additions and 11 deletions
|
|
@ -87,10 +87,10 @@ angular.module('copayApp.controllers').controller('HeaderController',
|
|||
window.onbeforeunload = undefined;
|
||||
});
|
||||
|
||||
$scope.backupAndOpen = function() {
|
||||
$scope.backup = function() {
|
||||
var w = $rootScope.wallet;
|
||||
w.offerBackup();
|
||||
backupService.download(w);
|
||||
w.setBackupReady();
|
||||
};
|
||||
|
||||
$scope.getVideoURL = function(copayer) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue