5cd36f0779
Encapsulating the feature in a angular directive let us avoid setting global ids for elements.
8 lines
293 B
HTML
8 lines
293 B
HTML
<form class="form form-horizontal" ng-submit="sendMessage()">
|
|
<div class="input-group">
|
|
<input type="text" class="form-control monospace" autocomplete="off" >
|
|
<span class="input-group-btn">
|
|
<button class="btn btn-default btn-primary">Send</button>
|
|
</span>
|
|
</div>
|
|
</form>
|