Bug fixes
This commit is contained in:
parent
dec3831d1b
commit
96f961e38f
5 changed files with 16 additions and 21 deletions
|
|
@ -47,7 +47,7 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi
|
|||
}, 1);
|
||||
};
|
||||
|
||||
$scope.$on("$ionicView.enter", function(event, data) {
|
||||
$scope.$on("$ionicView.beforeEnter", function(event, data) {
|
||||
if (!$scope.isCordova) $scope.checkTips();
|
||||
$scope.wallets = profileService.getWallets({
|
||||
onlyComplete: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue