added refresh to settings page
This commit is contained in:
parent
35eed69cc2
commit
ad1eee6c9c
1 changed files with 4 additions and 0 deletions
|
|
@ -75,6 +75,10 @@ angular.module('copayApp.controllers').controller('MoreController',
|
||||||
$scope.secret = w.getSecret();
|
$scope.secret = w.getSecret();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
setTimeout(function() {
|
||||||
|
$scope.$digest();
|
||||||
|
}, 1);
|
||||||
|
|
||||||
$scope.downloadBackup = function() {
|
$scope.downloadBackup = function() {
|
||||||
backupService.walletDownload(w);
|
backupService.walletDownload(w);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue