Commit cc4f18bef9d92143f29605aa97b1c7e438c2d05a

Authored by Caio Almeida
1 parent df418249

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 6 <a class="back icon-left ion-reply" ng-click="closeCommentModal()">Voltar</a>
7 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 13 <p class="text-center">
12 14 <button ripple class="button" type="submit" name="createcomment" id="createcomment">Enviar</button>
... ...