Files
habitica/views/options/groups/chat-box.jade
T
2013-09-09 18:28:46 -04:00

15 lines
585 B
Plaintext

form(ng-submit='postChat(group,_chatMessage)')
.whatever-options
//FIXME ng-model makes this painfully slow! using jquery for now, which is really non-angular-like
.control-group.option-large
textarea.chat-textarea.option-content(style='height:6em;', ui-keypress='{13:"postChat(group,_chatMessage)"}', ng-model='_chatMessage')
table.pull-right
tr
td
input.btn.chat-btn(type='submit', value='Send Chat')
td
button.btn
i(class='pull-right icon-refresh', ng-click='sync(group)', tooltip='Fetch Recent Messages')