fix bws url

This commit is contained in:
Gabriel Bazán 2016-09-23 13:40:03 -03:00
commit af9b73fd08
2 changed files with 8 additions and 6 deletions

View file

@ -9,7 +9,7 @@
<div class="card list">
<label class="item item-input item-stacked-label no-border">
<span class="input-label">Wallet Service URL</span>
<input type="text" id="bwsurl" type="text" name="bwsurl" ng-model="bwsurl">
<input type="text" id="bwsurl" type="text" name="bwsurl" ng-model="bwsurl.value">
<a class="postfix" on-tap="resetDefaultUrl()">
<i class="icon ion-ios-reload"></i>
</a>