fix wallet selected
This commit is contained in:
parent
f34409c093
commit
8dab03da26
1 changed files with 0 additions and 2 deletions
|
|
@ -96,7 +96,5 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi
|
||||||
|
|
||||||
$scope.$on("$ionicView.beforeEnter", function(event, data) {
|
$scope.$on("$ionicView.beforeEnter", function(event, data) {
|
||||||
$scope.wallets = profileService.getWallets();
|
$scope.wallets = profileService.getWallets();
|
||||||
$scope.wallet = $scope.wallets[0];
|
|
||||||
$scope.setAddress();
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue