Rearrange things

This commit is contained in:
Ben Ramey
2014-04-08 19:38:55 -05:00
parent 15906b56de
commit d5ac63762b
14 changed files with 144 additions and 93 deletions

View File

@@ -1,21 +1,7 @@
doctype html
html(lang="en",ng-app="lunchApp")
head
title Lunch Run Me!
meta(charset='utf-8')
meta(http-equiv="X-UA-Compatible",content="IE-edge")
meta(name="viewport",content="width=device-width,initial-scale=1")
// STYLES
link(rel="stylesheet", href="/linker/styles/bootstrap-theme.css")
link(rel="stylesheet", href="/linker/styles/bootstrap.css")
link(rel="stylesheet", href="/linker/styles/app.css")
// STYLES END
<!--[if lt IE 9]>
<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]-->
include head
body(ng-controller="BodyCtrl")
.container
#page
@@ -38,7 +24,6 @@ html(lang="en",ng-app="lunchApp")
script(type="text/javascript", src="/linker/js/controllers/body-controller.js")
script(type="text/javascript", src="/linker/js/controllers/create-order-controller.js")
script(type="text/javascript", src="/linker/js/controllers/create-run-controller.js")
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")