Only shows addresses after updating balance
This commit is contained in:
parent
86c8137da0
commit
a3691c02a5
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ angular.module('copayApp.controllers').controller('AddressesController',
|
|||
};
|
||||
|
||||
$rootScope.$watch('addrInfos', function() {
|
||||
if ($rootScope.updatingBalance) return;
|
||||
$scope.addressList();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue