2013-09-07 01:03:44 +00:00
|
|
|
form(ng-submit='postChat(group,_chatMessage)')
|
2013-09-01 00:52:41 +00:00
|
|
|
//FIXME ng-model makes this painfully slow! using jquery for now, which is really non-angular-like
|
|
|
|
|
//textarea.span6(rows='3', ui-keypress='{13:"postChat(group,_chatMessage)"}', ng-model='_chatMessage')
|
2013-09-01 23:23:16 +00:00
|
|
|
textarea.span6.chat-textarea(rows='3', ui-keypress='{13:"postChat(group,_chatMessage)"}', ng-model='_chatMessage')
|
2013-08-30 00:18:39 +00:00
|
|
|
br
|
2013-09-07 01:03:44 +00:00
|
|
|
table
|
|
|
|
|
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')
|
|
|
|
|
|
|
|
|
|
|