habitica/views/options/groups/chat-box.jade

5 lines
185 B
Text
Raw Normal View History

form(ng-submit='postChat(group,_chatMessage)')
textarea.span6(rows='3', x-bind='keyup:chatKeyup', ng-model='_chatMessage')
br
input.btn.chat-btn(type='submit', value='Send Chat')