2013-11-09 12:40:27 -05:00
|
|
|
<form class="form form-horizontal" ng-submit="sendMessage()">
|
2013-10-27 16:41:27 -04:00
|
|
|
<div class="input-group">
|
2014-02-25 09:12:52 -05:00
|
|
|
<input id="{{inputId}}" type="text" class="form-control monospace" autocomplete="off" >
|
2013-10-27 16:41:27 -04:00
|
|
|
<span class="input-group-btn">
|
|
|
|
<button class="btn btn-default btn-primary">Send</button>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</form>
|