Wallet/public/views/preferencesBwsUrl.html

19 lines
922 B
HTML
Raw Normal View History

2016-08-17 13:07:48 -03:00
<ion-view>
2016-08-16 16:47:51 -03:00
<ion-nav-bar class="bar-stable">
<ion-nav-title>Wallet Service URL</ion-nav-title>
<ion-nav-buttons side="primary">
2016-08-19 11:32:26 -03:00
<button class="button no-border" ui-sref="wallet.preferencesAdvanced">
<i class="icon ion-chevron-left"></i> Back
</button>
</ion-nav-buttons>
2016-08-16 16:47:51 -03:00
</ion-nav-bar>
2016-08-19 13:09:27 -03:00
<ion-content ng-controller="preferencesBwsUrlController" cache-view="false">
2016-08-16 16:47:51 -03:00
<form name="settingsBwsUrlForm" ng-submit="save(settingsBwsUrlForm)" novalidate>
<label class="item item-input item-stacked-label">
<span class="input-label" transalate>Wallet Service URL</span><a ng-click="resetDefaultUrl()" translate> Set default url</a>
<input type="text" id="bwsurl" type="text" name="bwsurl" ng-model="bwsurl">
</label>
<input type="submit" class="button button-block button-stable" value="{{'Save'|translate}}"></input>
</form>
</ion-content>
</ion-view>