fix email

This commit is contained in:
Gabriel Bazán 2016-09-23 13:33:56 -03:00
commit f1576508ba
2 changed files with 7 additions and 5 deletions

View file

@ -11,7 +11,7 @@
<div class="card list">
<label class="item item-input item-stacked-label">
<span class="input-label" transalate>Email for wallet notifications</span>
<input type="email" id="email" name="email" ng-model="email" required></input>
<input type="email" id="email" name="email" ng-model="email.value" required></input>
</label>
</div>
<button type="submit"