copay/public/views/preferencesBwsUrl.html

20 lines
904 B
HTML
Raw Normal View History

2016-08-17 09:07:48 -07:00
<ion-view>
2016-08-16 12:47:51 -07:00
<ion-nav-bar class="bar-stable">
<ion-nav-title>Wallet Service URL</ion-nav-title>
<ion-nav-buttons side="primary">
2016-08-19 07:32:26 -07: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 12:47:51 -07:00
</ion-nav-bar>
2016-08-25 12:31:47 -07:00
<ion-content ng-controller="preferencesBwsUrlController" >
2016-08-16 12:47:51 -07: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>