You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
417 B
9 lines
417 B
<form class="form form-horizontal" id="inputform" ng-submit="sendMessage()">
|
|
<div class="input-group">
|
|
<textarea id="{{inputId}}" class="form-control favorite-font" ng-trim="false" rows="1" autocomplete="off" ng-model="command" ng-focus="hideSidebar()">
|
|
</textarea>
|
|
<span class="input-group-btn">
|
|
<button class="btn btn-default btn-primary unselectable">Send</button>
|
|
</span>
|
|
</div>
|
|
</form>
|
|
|