Bug fixes

This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-23 18:08:11 -03:00
commit 96f961e38f
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 16 additions and 21 deletions

View file

@ -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