summaryrefslogtreecommitdiff
path: root/src/templates
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-09-08 15:03:31 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2015-09-08 15:03:31 +0200
commite9914f533557c6ba4d34d52125049d60f040e856 (patch)
tree1fdcc19364eb4a63997861c809afa3323dadd80e /src/templates
parent615a043031f37fe5bc55fdf9cbc2e83a5e305908 (diff)
downloadbeer-duke-e9914f533557c6ba4d34d52125049d60f040e856.tar.gz
beer-duke-e9914f533557c6ba4d34d52125049d60f040e856.tar.bz2
beer-duke-e9914f533557c6ba4d34d52125049d60f040e856.tar.xz
beer-duke-e9914f533557c6ba4d34d52125049d60f040e856.zip
wip
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/controller.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/templates/controller.html b/src/templates/controller.html
index c6cc4c8..eb0efab 100644
--- a/src/templates/controller.html
+++ b/src/templates/controller.html
@@ -6,4 +6,6 @@
</label>
<button ng-click="ctrl.requestBeer()">Request Beer!</button>
</div>
+
+ <ng-include src="'templates/footer.html'"/>
</div>