Support text input
This commit is contained in:
parent
553f40e220
commit
236a82ec4e
3 changed files with 119 additions and 30 deletions
|
@ -47,10 +47,15 @@
|
|||
</div>
|
||||
|
||||
<div ng-show="connected">
|
||||
|
||||
<button ng-click="incrementAge()">Click!</button>
|
||||
|
||||
<span class="label" ng-class="{'label-success': content.notification }" ng-repeat="(key, content) in buffers">
|
||||
<a ng-click="setActiveBuffer(key)">{{ content.fullName }}</a>
|
||||
</span>
|
||||
<div ng-repeat="bufferline in activeBuffer.lines">
|
||||
|
||||
|
||||
<div ng-repeat="bufferline in activeBuffer().lines">
|
||||
<span class="timestamp color-dark-gray">{{ bufferline.date | date: 'H:mm:ss'}}</span>
|
||||
<span ng-repeat="part in bufferline.content" class="text {{ part.fg }}">
|
||||
{{ part.text }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue