This commit is contained in:
Manuel Araoz 2014-06-19 15:36:16 -03:00
parent 4d6e9f8a6d
commit 9125e8cf7f
1 changed files with 1 additions and 1 deletions

View File

@ -688,7 +688,7 @@
<small class="is-valid" ng-show="!sendForm.comment.$invalid && !sendForm.comment.$pristine">valid!</small>
<small class="has-error" ng-show="sendForm.comment.$invalid && !sendForm.comment.$pristine">too long!</small>
</label>
<div class="small-12 columns">
<div class="large-12 columns">
<textarea id="comment" ng-disabled="loading"
name="comment" placeholder="Leave a private message to your copayers" ng-model="commentText" ng-maxlength="100"></textarea>
</div>