Merge pull request #180 from gabrielbazan7/fix/preferencesBwsUrl
fix bws url
This commit is contained in:
commit
ca1194ce93
2 changed files with 8 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue