remove hasClick and use isCordova
This commit is contained in:
parent
89d207d364
commit
237cc2f58c
5 changed files with 6 additions and 24 deletions
|
|
@ -32,7 +32,6 @@ angular.module('copayApp.controllers').controller('confirmController', function(
|
|||
throw ('bad params');
|
||||
}
|
||||
$scope.isCordova = platformInfo.isCordova;
|
||||
$scope.hasClick = platformInfo.hasClick;
|
||||
$scope.data = {};
|
||||
|
||||
var config = configService.getSync().wallet;
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ angular.module('copayApp.controllers').controller('txpDetailsController', functi
|
|||
$scope.canSign = $scope.wallet.canSign() || $scope.wallet.isPrivKeyExternal();
|
||||
$scope.color = $scope.wallet.color;
|
||||
$scope.data = {};
|
||||
$scope.hasClick = platformInfo.hasClick;
|
||||
$scope.displayAmount = getDisplayAmount(tx.amountStr);
|
||||
$scope.displayUnit = getDisplayUnit(tx.amountStr);
|
||||
initActionList();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue