ref view
This commit is contained in:
parent
9a951b173d
commit
e668f0db61
2 changed files with 88 additions and 78 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue