2015-05-18 11:51:36 -03:00
|
|
|
<div
|
|
|
|
|
class="topbar-container"
|
2015-05-07 18:35:54 -03:00
|
|
|
ng-include="'views/includes/topbar.html'"
|
2015-05-08 09:35:33 -03:00
|
|
|
ng-init="titleSection='Bitcore Wallet Service'; goBackToState = 'preferences'; noColor = true">
|
2015-05-07 18:35:54 -03:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2015-04-24 12:41:50 -03:00
|
|
|
<div class="content preferences p20v" ng-controller="preferencesBwsUrlController as prefBwsUrl">
|
|
|
|
|
<form name="settingsBwsUrlForm" ng-submit="prefBwsUrl.save()" class="columns">
|
2015-04-22 03:53:47 -03:00
|
|
|
<label>Bitcore Wallet Service URL</label>
|
2015-03-06 12:00:10 -03:00
|
|
|
<input type="text" id="bwsurl" type="text" name="bwsurl" ng-model="prefBwsUrl.bwsurl">
|
2015-05-18 11:51:36 -03:00
|
|
|
<input type="submit" class="button expand black round" value="{{'Save'|translate}}"
|
2015-04-11 17:12:44 -03:00
|
|
|
ng-style="{'background-color':index.backgroundColor}">
|
2015-03-06 12:00:10 -03:00
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="extra-margin-bottom"></div>
|