|
|
@ -1,6 +1,6 @@ |
|
|
|
<form class="form form-horizontal" id="inputform" ng-submit="sendMessage()" imgur-drop> |
|
|
|
<form class="form form-horizontal" id="inputform" ng-submit="sendMessage()" imgur-drop> |
|
|
|
<div class="input-group"> |
|
|
|
<div class="input-group"> |
|
|
|
<textarea id="{{inputId}}" class="form-control favorite-font" ng-trim="false" rows="1" ng-change="inputChanged()" autocomplete="on" ng-model="command" ng-focus="hideSidebar()"> |
|
|
|
<textarea id="{{inputId}}" class="form-control favorite-font" ng-trim="false" rows="1" ng-change="inputChanged()" autocomplete="on" ng-model="command" ng-focus="hideSidebar()" ng-paste="inputPasted($event)"> |
|
|
|
</textarea> |
|
|
|
</textarea> |
|
|
|
<span class="input-group-btn"> |
|
|
|
<span class="input-group-btn"> |
|
|
|
<button class="btn btn-complete-nick unselectable mobile" title="Complete nick" ng-click="handleCompleteNickButton($event)"><i class="glyphicon glyphicon-bullhorn"></i></button> |
|
|
|
<button class="btn btn-complete-nick unselectable mobile" title="Complete nick" ng-click="handleCompleteNickButton($event)"><i class="glyphicon glyphicon-bullhorn"></i></button> |
|
|
|