2013-09-01 23:23:16 +00:00
|
|
|
form(ng-controller='ChatCtrl', 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-08-31 23:14:58 +00:00
|
|
|
input.btn.chat-btn(type='submit', value='Send Chat')
|