Merge pull request #1291 from isocolsky/fix/First_address

Fix 1st address not showing
This commit is contained in:
Gustavo Maximiliano Cortez 2014-09-04 14:32:18 -03:00
commit 08024c1c77
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');
};