Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #37 from UW-Madison-DoIT/descriptiveText
Browse files Browse the repository at this point in the history
MUMPFL-101 Adds descriptive text
  • Loading branch information
vertein committed Aug 11, 2015
2 parents 934cdb6 + 70c40c5 commit 6459912
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</div>
<div class='form-group'>
<label for="comment">More Information <small>({{100 - address.comment.length}} characters left)</small></label>
<textarea class="form-control" rows="3" id='comment' ng-model='address.comment' maxlength='100'></textarea>
<textarea class="form-control" rows="3" id='comment' ng-model='address.comment' maxlength='100' placeholder="For example, if you are only here on certain days."></textarea>
</div>
<p>*Required</p>
<button class='btn btn-primary' style='margin-right: 10px;' ng-click="save()" ng-disabled="addressForm.$invalid">Save</button>
Expand Down

0 comments on commit 6459912

Please sign in to comment.