Content updates

This commit is contained in:
magmahindenburg 2017-06-19 15:17:34 +09:00
commit c9e6b29413
26 changed files with 939 additions and 140 deletions

View file

@ -12,7 +12,7 @@
<label class="item item-input" id="email-label">
<input type="email" name="email" ng-model="data.email" placeholder="{{'Enter your email'|translate}}" required></input>
</label>
<ion-checkbox ng-model="data.accept"><span translate>Get news and updates from BitPay</span></ion-checkbox>
<ion-checkbox ng-model="data.accept"><span translate>Get news and updates from Bitcoin.com</span></ion-checkbox>
<button class="button button-standard button-primary" ng-disabled="emailForm.$invalid">
Continue &rarr;
</button>