2017-08-30 16:38:42 -03:00
|
|
|
<label class="item item-input item-select">
|
|
|
|
|
<div class="input-label" translate>
|
|
|
|
|
Coin
|
|
|
|
|
</div>
|
2017-09-01 14:59:14 -03:00
|
|
|
<select ng-model="formData.coin" ng-change="switchTestnetOff()">
|
2017-08-30 16:38:42 -03:00
|
|
|
<option value="btc">BTC</option>
|
|
|
|
|
<option value="bch">BCH</option>
|
|
|
|
|
</select>
|
|
|
|
|
</label>
|