2017-06-28 16:28:17 -03:00
< ion-view class = "settings" show-tabs >
2016-09-01 12:36:59 -04:00
< ion-nav-bar class = "bar-royal" >
2016-09-22 11:55:23 -03:00
< ion-nav-title > Wallet Service URL< / ion-nav-title >
2016-08-29 16:48:15 -03:00
< ion-nav-back-button >
< / ion-nav-back-button >
2016-08-16 16:47:51 -03:00
< / ion-nav-bar >
2016-09-22 11:55:23 -03:00
< ion-content >
2016-09-01 16:57:21 -03:00
2017-02-06 12:59:16 -03:00
< div ng-include = "'views/includes/walletItem.html'" > < / div >
2017-01-18 13:15:46 -03:00
2016-11-14 17:11:18 -03:00
< div class = "list settings-list settings-input-group" >
< label class = "item item-input item-stacked-label" >
2016-09-05 17:36:11 -03:00
< span class = "input-label" > Wallet Service URL< / span >
2016-09-23 13:40:03 -03:00
< input type = "text" id = "bwsurl" type = "text" name = "bwsurl" ng-model = "bwsurl.value" >
2016-09-05 17:36:11 -03:00
< / label >
2017-02-22 14:11:26 -05:00
< button class = "no-border postfix" on-tap = "resetDefaultUrl()" >
< i class = "icon ion-ios-reload" > < / i >
< / button >
2016-09-01 16:57:21 -03:00
< / div >
2016-12-20 12:37:40 -03:00
< div class = "settings-explanation" >
< div class = "settings-description" translate >
2017-06-19 15:17:34 +09:00
{{appName}} depends on Bitcore Wallet Service (BWS) for blockchain information, networking and wallet synchronization. The default configuration points to https://bws.bitcoin.com (Bitcoin.com's public BWS instance).
2016-12-20 12:37:40 -03:00
< / div >
< / div >
2016-10-11 23:23:54 -04:00
< button class = "button button-standard button-primary" ng-click = "save()" translate > Save< / button >
2016-08-16 16:47:51 -03:00
< / ion-content >
< / ion-view >