Add explicit call to updateAddressList
This commit is contained in:
parent
a0c7d2cb66
commit
cf3703e8ab
2 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ angular.module('copayApp.controllers').controller('AddressesController',
|
|||
$scope.loading = false;
|
||||
var w = $rootScope.wallet;
|
||||
|
||||
controllerUtils.updateAddressList();
|
||||
|
||||
$scope.newAddr = function() {
|
||||
$scope.loading = true;
|
||||
w.generateAddress(null, function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue