9 lines
231 B
HTML
9 lines
231 B
HTML
<label class="item item-input item-select">
|
|
<div class="input-label" translate>
|
|
Coin
|
|
</div>
|
|
<select ng-model="formData.coin">
|
|
<option value="btc">BTC</option>
|
|
<option value="bch">BCH</option>
|
|
</select>
|
|
</label>
|