Merge pull request #5630 from cmgustavo/ref/remove-files-01
Ref/remove files 01
This commit is contained in:
commit
928dda70a4
7 changed files with 81 additions and 179 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