better walletIds storage
This commit is contained in:
parent
a7cdb727ef
commit
41f70c48f9
8 changed files with 220 additions and 71 deletions
|
|
@ -14,7 +14,7 @@ angular.module('copayApp.controllers').controller('walletForPaymentController',
|
|||
});
|
||||
|
||||
$scope.setWallets = function() {
|
||||
$scope.wallets = $rootScope.iden.listWallets();
|
||||
$scope.wallets = $rootScope.iden.getWallets();
|
||||
};
|
||||
|
||||
$scope.ok = function(w) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue