This commit is contained in:
Javier 2016-09-18 19:38:55 -03:00
commit e668f0db61
2 changed files with 88 additions and 78 deletions

View file

@ -15,6 +15,10 @@ angular.module('copayApp.controllers').controller('txDetailsController', functio
$scope.btx.amountStr = txFormatService.formatAmount($scope.btx.amount, true) + ' ' + walletSettings.unitName;
$scope.btx.feeStr = txFormatService.formatAmount($scope.btx.fees, true) + ' ' + walletSettings.unitName;
$scope.btx.feeLevel = walletSettings.feeLevel;
console.log(wallet);
console.log(walletSettings);
console.log($scope.btx);
$scope.showCommentPopup = function() {
$scope.data = {