Removes hasClick
This commit is contained in:
parent
d27a77cb1f
commit
ae63ae145d
3 changed files with 2 additions and 19 deletions
|
|
@ -14,7 +14,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($scope.tx.amountStr);
|
||||
$scope.displayUnit = getDisplayUnit($scope.tx.amountStr);
|
||||
initActionList();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue