Commit cc4f18bef9d92143f29605aa97b1c7e438c2d05a
1 parent
df418249
Exists in
master
and in
2 other branches
Ticket #28
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
ConfJuvApp/www/html/_create_comment.html
@@ -6,7 +6,9 @@ | @@ -6,7 +6,9 @@ | ||
6 | <a class="back icon-left ion-reply" ng-click="closeCommentModal()">Voltar</a> | 6 | <a class="back icon-left ion-reply" ng-click="closeCommentModal()">Voltar</a> |
7 | </h1> | 7 | </h1> |
8 | 8 | ||
9 | - <label class="item item-input"><textarea placeholder="Comentário" ng-model="data.comment" rows="15"></textarea></label> | 9 | + <label class="item item-input"> |
10 | + <textarea ng-enter="createComment(data)" placeholder="Comentário" ng-model="data.comment" rows="15"></textarea> | ||
11 | + </label> | ||
10 | 12 | ||
11 | <p class="text-center"> | 13 | <p class="text-center"> |
12 | <button ripple class="button" type="submit" name="createcomment" id="createcomment">Enviar</button> | 14 | <button ripple class="button" type="submit" name="createcomment" id="createcomment">Enviar</button> |