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">
|
2015-02-08 11:39:37 +01:00
|
|
|
<textarea id="{{inputId}}" class="form-control favorite-font" ng-trim="false" rows="1" autocomplete="on" ng-model="command" ng-focus="hideSidebar()">
|
2014-04-26 18:16:46 +02:00
|
|
|
</textarea>
|
2013-10-27 21:41:27 +01:00
|
|
|
<span class="input-group-btn">
|
2014-10-20 11:09:50 +02:00
|
|
|
<button class="btn btn-default btn-primary unselectable">Send</button>
|
2013-10-27 21:41:27 +01:00
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</form>
|