summaryrefslogtreecommitdiff
path: root/src/templates/tap.html
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-09-08 17:59:56 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2015-09-08 17:59:56 +0200
commit694cc18a40ae5c71ec280b3aea2e1fa4d51ab640 (patch)
treeb052776e72bab7d9fed89975a5b2dd44049eb418 /src/templates/tap.html
parenta767c17582caf9df45df587451773ee6f7bc2e49 (diff)
downloadbeer-duke-694cc18a40ae5c71ec280b3aea2e1fa4d51ab640.tar.gz
beer-duke-694cc18a40ae5c71ec280b3aea2e1fa4d51ab640.tar.bz2
beer-duke-694cc18a40ae5c71ec280b3aea2e1fa4d51ab640.tar.xz
beer-duke-694cc18a40ae5c71ec280b3aea2e1fa4d51ab640.zip
wip
Diffstat (limited to 'src/templates/tap.html')
-rw-r--r--src/templates/tap.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/templates/tap.html b/src/templates/tap.html
index 48d5e37..bf99523 100644
--- a/src/templates/tap.html
+++ b/src/templates/tap.html
@@ -1,5 +1,11 @@
<div>
Last: {{ctrl.message | json}}
- <ng-include src="'templates/footer.html'"/>
+ <ng-include src="'templates/footer.html'"></ng-include>
+
+ <div ng-if="settings.showSettings">
+ Messages:
+ <pre ng-repeat="m in ctrl.messages|limitTo:10">{{m}}</pre>
+ </div>
+
</div>