Skip to content

Commit

Permalink
reenable scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
mgasner committed Nov 20, 2017
1 parent af504c1 commit 0a8ebc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/templates/tab-add-1.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<ion-view title="Add Contact" cache-view="false">
<ion-content class="padding">
<ion-content class="padding" scroll="true">
<form ng-submit="addContact(contact)" promise-btn>
<small><strong>Name</strong></small>
<label class="item item-input">
Expand All @@ -22,7 +22,7 @@
<label class="item item-input">
<input type="text" placeholder="[email protected]"
ng-model="contact.email_address"
id="phone_number">
id="email_address">
</label><br />
<button ion-button round type="submit">Next</button>
</form>
Expand Down

0 comments on commit 0a8ebc1

Please sign in to comment.