wallet selection popup, link to open it

This commit is contained in:
Matias Alejo Garcia 2015-06-19 22:01:38 -03:00
commit 7433b1b863
5 changed files with 60 additions and 1 deletions

View file

@ -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();
});
});