success and backup views and styles

This commit is contained in:
Jamal Jackson 2016-09-02 06:50:23 -04:00
commit c4d159ca1f
10 changed files with 152 additions and 22 deletions

View file

@ -15,10 +15,14 @@
</div>
</ion-content>
<div id="collect-email">
<span translate>Where would you like to receive email notifications about payments </span>
<div class="row text-center">
<p translate class="col col-75">Where would you like to receive email notifications about payments </p>
</div>
<form name="emailForm" ng-submit="save(emailForm)" novalidate>
<input type="email" id="email" name="email" ng-model="email" required></input>
<input type="submit" class="button button-block button-positive" value="{{'Save'|translate}}" ng-disabled="emailForm.$invalid">
<label class="item item-input col col-75">
<i class="icon ion-arrow-right-c"></i>
<input type="email" id="email" name="email" ng-model="email" required></input>
</label>
</form>
</div>
<div class="overlay"></div>