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

@ -0,0 +1,8 @@
<div ng-repeat="copayer in copayers">
<span class="item size-12" ng-show="copayer.id == wallet.copayerId">
<i class="icon ion-checkmark"></i> {{'Me'|translate}}
</span>
<span class="item size-12 text-gray" ng-show="copayer.id != wallet.copayerId">
<i class="icon ion-checkmark"></i> {{copayer.name}}
</span>
</div>