build(www): rename public directory to www

This commit is contained in:
Jason Dreyzehner 2016-10-06 00:26:57 -04:00
commit de6e8062d5
367 changed files with 1 additions and 1 deletions

View file

@ -1,20 +0,0 @@
<ion-view>
<ion-nav-bar class="bar-royal">
<ion-nav-title>Wallet Service URL</ion-nav-title>
<ion-nav-back-button>
</ion-nav-back-button>
</ion-nav-bar>
<ion-content>
<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.value">
<a class="postfix" on-tap="resetDefaultUrl()">
<i class="icon ion-ios-reload"></i>
</a>
</label>
</div>
<button class="button button-block button-positive" ng-click="save()" translate>Save</button>
</ion-content>
</ion-view>