Added conversion rate to send controller

This commit is contained in:
Ivan Socolsky 2014-09-18 11:07:07 -03:00
commit 6b891418d3
2 changed files with 2 additions and 2 deletions

View file

@ -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>