Merge pull request #178 from gabrielbazan7/fix/preferencesEmail

fix email
This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-23 13:38:47 -03:00 committed by GitHub
commit a8568db32e
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"