Skip to content

Commit

Permalink
better address entry form
Browse files Browse the repository at this point in the history
  • Loading branch information
mgasner committed Nov 10, 2017
1 parent 8aea65f commit 929538c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions www/templates/tab-add-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@
placeholder="City"
ng-model="contact.city"
id="city">
</label><br />
<label class="item item-input">
<input type="text"
placeholder="State"
ng-model="contact.state"
id="state">
</label><br />
<label class="item item-input">
<input type="tel"
placeholder="Zip"
ng-model="contact.zip_code"
Expand Down

0 comments on commit 929538c

Please sign in to comment.