Updates tx modal
This commit is contained in:
parent
c25a592d1c
commit
9fedae1a67
6 changed files with 27 additions and 105 deletions
|
|
@ -1,7 +1,6 @@
|
|||
<div
|
||||
ng-controller="txController as txc"
|
||||
class="txModal fix-modals-touch"
|
||||
ng-class="{'animated': index.isCordova, 'slideInRight': modalOpening, 'slideOutRight': modalClosing}"
|
||||
ng-swipe-disable-mouse
|
||||
ng-swipe-right="txc.cancel()">
|
||||
|
||||
|
|
|
|||
|
|
@ -199,21 +199,7 @@
|
|||
</div>
|
||||
|
||||
<div ng-repeat="btx in index.txHistory"
|
||||
fast-click callback-fn="home.openNewTxModal({
|
||||
txid: btx.txid,
|
||||
action: btx.action,
|
||||
hasMultiplesOutputs: btx.hasMultiplesOutputs,
|
||||
addressTo: btx.addressTo,
|
||||
merchant: btx.merchant,
|
||||
labelTo: btx.labelTo,
|
||||
recipientCount: btx.recipientCount,
|
||||
outputs: btx.outputs,
|
||||
message: btx.message,
|
||||
time: btx.time,
|
||||
confirmations: btx.confirmations,
|
||||
safeConfirmed: btx.safeConfirmed,
|
||||
amountStr: btx.amountStr
|
||||
})"
|
||||
fast-click callback-fn="home.openTxModal(btx)"
|
||||
class="row collapse last-transactions-content">
|
||||
<div class="large-6 medium-6 small-6 columns size-14">
|
||||
<div class="m10r left">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue