be able to add contacts with a chosen currency and display it properly in the send tab

This commit is contained in:
Kadir Sekha 2017-11-02 15:40:21 +09:00
commit f4b90ae2dd
3 changed files with 21 additions and 14 deletions

View file

@ -50,6 +50,15 @@
<qr-scanner on-scan="onQrCodeScannedAddressBook(data, addressbookForm)"></qr-scanner>
</div>
</div>
<label class="item item-input item-select">
<div class="input-label" translate>
Coin
</div>
<select ng-model="addressbookEntry.coin">
<option value="btc">{{bitcoinAlias}}</option>
<option value="bch">{{bitcoinCashAlias}}</option>
</select>
</label>
</div>
<div class="padding">