Skip to content

Commit

Permalink
add text for notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mgasner committed Nov 22, 2017
1 parent 5b09982 commit 8b01cd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion www/templates/tab-add-3.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<form ng-submit="editContact(contact)" id="notes" promise-btn>
<textarea style="background-color: #eeeeee; width: 100%;" form ="notes" rows="10" wrap="soft" ng-model="contact.freeform_notes"></textarea>
<button ion-button round type="submit">{{ rpc.pending ? '...' : 'Save' }}</button>
</form>
</form><br />
Write a quick note to help you remember who you just signed up.
Only you will see these notes -- the person you signed up won't.
</ion-content>
</ion-view>

0 comments on commit 8b01cd0

Please sign in to comment.