Merge pull request #5630 from cmgustavo/ref/remove-files-01

Ref/remove files 01
This commit is contained in:
Javier Donadío 2017-02-20 10:21:44 -05:00 committed by GitHub
commit 928dda70a4
7 changed files with 81 additions and 179 deletions

View file

@ -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();