copay/public/views/preferencesBwsUrl.html

10 lines
528 B
HTML
Raw Normal View History

2015-03-06 07:00:10 -08:00
<div class="preferences m20t columns" ng-controller="preferencesBwsUrlController as prefBwsUrl">
<form name="settingsBwsUrlForm" ng-submit="prefBwsUrl.save()" class="m20t">
<label translate>Bitcore Wallet Service URL</label>
<input type="text" id="bwsurl" type="text" name="bwsurl" ng-model="prefBwsUrl.bwsurl">
<input type="submit" class="button expand black radius" value="{{'Save'|translate}}"
2015-04-11 13:12:44 -07:00
ng-style="{'background-color':index.backgroundColor}">
2015-03-06 07:00:10 -08:00
</form>
</div>
<div class="extra-margin-bottom"></div>