This commit is contained in:
Ben Ramey
2014-03-26 17:19:06 -05:00
parent 4626dd0b8a
commit 0943e32710
3 changed files with 25 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ html(lang="en",ng-app="lunchApp")
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
body(ng-controller="bodyController")
body(ng-controller="BodyCtrl")
#page.container
#main-cell
header.page-header
@@ -24,6 +24,7 @@ html(lang="en",ng-app="lunchApp")
small &nbsp;...where lunch runs are fun
div(ng-view)
#footer hello there!
// TEMPLATES
@@ -44,4 +45,5 @@ html(lang="en",ng-app="lunchApp")
script(type="text/javascript", src="/linker/js/controllers/home-controller.js")
script(type="text/javascript", src="/linker/js/controllers/run-controller.js")
script(type="text/javascript", src="/linker/js/services/socket.js")
script(type="text/javascript", src="/linker/js/vendor/jquery.backstretch.min.js")
// SCRIPTS END