Add documentation, remove spurious methods and junk

This commit is contained in:
David Cormier 2013-10-08 10:23:05 -04:00
commit b1d7655776
3 changed files with 55 additions and 15 deletions

View file

@ -48,8 +48,6 @@
<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>