wallet selection popup, link to open it
This commit is contained in:
parent
707acfaf64
commit
7433b1b863
5 changed files with 60 additions and 1 deletions
|
|
@ -237,6 +237,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
self.copayers = walletStatus.wallet.copayers;
|
||||
self.preferences = walletStatus.preferences;
|
||||
self.setBalance(walletStatus.balance);
|
||||
self.otherWallets = profileService.getWallets(self.network);
|
||||
$rootScope.$apply();
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue