Merge pull request #504 from gabrielbazan7/fix/walletSelected

fix wallet selected
This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-17 12:29:18 -03:00 committed by GitHub
commit 48654569d7
1 changed files with 0 additions and 2 deletions

View File

@ -96,7 +96,5 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi
$scope.$on("$ionicView.beforeEnter", function(event, data) {
$scope.wallets = profileService.getWallets();
$scope.wallet = $scope.wallets[0];
$scope.setAddress();
});
});