not available for mobile
This commit is contained in:
parent
091ae73e2d
commit
11865c25ef
2 changed files with 9 additions and 3 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue