2013-11-09 18:40:27 +01:00
|
|
|
<form class="form form-horizontal" ng-submit="sendMessage()">
|
2013-10-27 21:41:27 +01:00
|
|
|
<div class="input-group">
|
2013-11-09 18:40:27 +01:00
|
|
|
<input id="sendMessage" type="text" class="form-control monospace" autocomplete="off" ng-model="command" autofocus>
|
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>
|