<div class="input">
<div id="chat" data-channel="/messages" data-recipient-id="3"></div>
<form class="new_message ng-pristine ng-valid" ng-action="http://localhost:3000/api/v1/messages" name="NewMessageForm" ng-submit="submit()" novalidate ng-controller="MessagesController as MsgCtrl" id="new_message" accept-charset="UTF-8" data-remote="true"><input name="utf8" type="hidden" value="✓">
<textarea name="new_message_text" id="message_text" ng-model="NewMessageFormData.text"></textarea>
<input type="hidden" ng-init="NewMessageFormData.recepientId = 3" ng-model="NewMessageFormData.recepientId">
</form>
</div>
--
You received this message because you are subscribed to the Google Groups "AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
Hi.