2014-04-26 18:16:46 +02:00
|
|
|
<form class="form form-horizontal" id="inputform" ng-submit="sendMessage()">
|
2013-10-27 21:41:27 +01:00
|
|
|
<div class="input-group">
|
2014-04-26 18:16:46 +02:00
|
|
|
<textarea id="{{inputId}}" class="form-control monospace" ng-trim="false" rows="1" autocomplete="off" ng-model="command">
|
|
|
|
</textarea>
|
2013-10-27 21:41:27 +01:00
|
|
|
<span class="input-group-btn">
|
|
|
|
<button class="btn btn-default btn-primary">Send</button>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</form>
|