filter out change address. Better refresh
This commit is contained in:
parent
9ead0f69f4
commit
5eca1a63c2
3 changed files with 13 additions and 12 deletions
|
|
@ -19,7 +19,7 @@ angular.module('copay.home').controller('HomeController',
|
|||
if (!$rootScope.wallet || !$rootScope.wallet.id) {
|
||||
$location.path('signin');
|
||||
} else {
|
||||
$scope.addrs = $rootScope.wallet.getAddressesStr();
|
||||
$scope.addrs = $rootScope.wallet.getAddressesStr(true);
|
||||
$scope.selectedAddr = $scope.addrs[0];
|
||||
|
||||
_getBalance();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue