first commit

This commit is contained in:
Dobie Wollert
2014-09-29 22:42:21 -07:00
commit 5151e6875d
17 changed files with 410 additions and 0 deletions

3
src/app/layout.html Normal file
View File

@ -0,0 +1,3 @@
<h1>Much Header</h1>
<div ui-view></div>
<h2>Very Footer</h2>