fix wallet selected

This commit is contained in:
Gabriel Bazán 2016-10-17 12:16:47 -03:00
parent f34409c093
commit 8dab03da26
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();
});
});