Karma conf and angular js

This commit is contained in:
Ben Ramey
2014-03-08 19:22:54 -06:00
parent d95844666a
commit 364f497e3f
3 changed files with 21676 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
doctype html
html(lang="en")
html(lang="en",ng-app="lunchApp")
head
title Lunch
// STYLES
@@ -9,6 +9,7 @@ html(lang="en")
body
#page.container
div Nothing here {{ 'yet' + '!' }}
block content
// TEMPLATES
@@ -21,4 +22,5 @@ html(lang="en")
script(type="text/javascript", src="/linker/js/vendor/bootstrap.js")
script(type="text/javascript", src="/linker/js/app.js")
script(type="text/javascript", src="/linker/js/features/socket.js")
script(type="text/javascript", src="/linker/js/vendor/angular.js")
// SCRIPTS END