not available for mobile

This commit is contained in:
Javier 2016-09-12 17:59:36 -03:00
commit 11865c25ef
2 changed files with 9 additions and 3 deletions

View file

@ -8,9 +8,9 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi
$scope.wallets = profileService.getWallets({
onlyComplete: true
});
$scope.isCordova = platformInfo.isCordova;
$scope.isNW = platformInfo.isNW;
$scope.checkTips();
$scope.isCordova = platformInfo.isCordova;
if (!$scope.isCordova) $scope.checkTips();
}
$scope.checkTips = function() {