Refresh global addresses when joining

This commit is contained in:
Ivan Socolsky 2014-09-04 13:16:09 -03:00
commit eb59a7dce9

View file

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