set bws url by default

This commit is contained in:
Javier 2016-09-01 16:57:21 -03:00
commit 3818c783a0

View file

@ -4,13 +4,19 @@
<i class="icon ion-ios-arrow-thin-left"></i> <i class="icon ion-ios-arrow-thin-left"></i>
</ion-nav-back-button> </ion-nav-back-button>
</ion-nav-bar> </ion-nav-bar>
<ion-content ng-controller="preferencesBwsUrlController" > <ion-content ng-controller="preferencesBwsUrlController">
<form name="settingsBwsUrlForm" ng-submit="save(settingsBwsUrlForm)" novalidate>
<label class="item item-input item-stacked-label"> <div class="row no-border">
<span class="input-label" transalate>Wallet Service URL</span><a ng-click="resetDefaultUrl()" translate> Set default url</a> <div class="col col-90">
<input type="text" id="bwsurl" type="text" name="bwsurl" ng-model="bwsurl"> <label class="item item-input item-stacked-label no-border">
</label> <span class="input-label" transalate>Wallet Service URL</span>
<input type="submit" class="button button-block button-stable" value="{{'Save'|translate}}"></input> <input type="text" id="bwsurl" type="text" name="bwsurl" ng-model="bwsurl">
</form> </label>
</div>
<div class="col">
<i class="icon ion-ios-reload" ng-click="resetDefaultUrl()"></i>
</div>
</div>
<button class="button button-block button-balanced" ng-click="save()" translate>Save</button>
</ion-content> </ion-content>
</ion-view> </ion-view>