Displays buffer content in main window

Handles the weechat _buffer_line_added event and displays every
new line in the main buffer.
This commit is contained in:
David Cormier 2013-07-21 11:48:32 -04:00
commit 0df3112d8d
3 changed files with 36 additions and 13 deletions

View file

@ -37,8 +37,8 @@
</form>
</div>
<div ng-show="connected">
<div ng-repeat="command in commands">
{{ command }}
<div ng-repeat="bufferline in buffer">
{{ bufferline }}
</div>
<form ng-submit="sendMessage()">
<input type="text" ng-model="command"></input>