2013-08-31 23:14:58 +00:00
|
|
|
form(ng-submit='postChat(group,_chatMessage)')
|
|
|
|
|
textarea.span6(rows='3', x-bind='keyup:chatKeyup', 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')
|