fix profile
This commit is contained in:
parent
1e013b1bb6
commit
436aeda1c3
3 changed files with 9 additions and 3 deletions
|
|
@ -23,6 +23,12 @@ angular.module('copayApp.controllers').controller('ProfileController', function(
|
|||
});
|
||||
};
|
||||
|
||||
$scope.setWallets = function() {
|
||||
if (!$rootScope.iden) return;
|
||||
$scope.wallets=$rootScope.iden.listWallets();
|
||||
};
|
||||
|
||||
|
||||
$scope.downloadWalletBackup = function(w) {
|
||||
if (!w) return;
|
||||
backupService.walletDownload(w);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue