Added conversion rate to send controller
This commit is contained in:
parent
e2af5ac782
commit
6b891418d3
2 changed files with 2 additions and 2 deletions
|
|
@ -8,6 +8,7 @@
|
|||
<div ng-show="txs.length != 0" class="large-12 line-dashed" style="padding: 0;"></div>
|
||||
|
||||
<h1>{{title|translate}}</h1>
|
||||
<span>1 BTC = {{alternativeConversionRate|noFractionNumber:2}} {{alternativeIsoCode}}</span>
|
||||
<div class="row collapse m0">
|
||||
<div class="large-6 columns">
|
||||
<form name="sendForm" ng-submit="submitForm(sendForm)" novalidate>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue