adding has click
This commit is contained in:
parent
5b61a17cb5
commit
3d5522b227
5 changed files with 24 additions and 6 deletions
|
|
@ -32,6 +32,7 @@ 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,6 +17,7 @@ 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