be able to add contacts with a chosen currency and display it properly in the send tab
This commit is contained in:
parent
4fa86cb178
commit
f4b90ae2dd
3 changed files with 21 additions and 14 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue