Refresh global addresses when joining

This commit is contained in:
Ivan Socolsky 2014-09-04 13:16:09 -03:00
parent cf3703e8ab
commit eb59a7dce9
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ angular.module('copayApp.controllers').controller('CopayersController',
}
$scope.goToWallet = function() {
controllerUtils.updateGlobalAddresses();
$location.path('/receive');
};