aboutsummaryrefslogtreecommitdiffstats
path: root/public/partials/home.html
diff options
context:
space:
mode:
authorEvan Chiu2014-10-30 23:04:33 -0400
committerEvan Chiu2014-10-30 23:04:33 -0400
commitb6d4941e33d44f31839114d58e038ad27b8f5f5c (patch)
treec101cfac80735f7f02169c997b900cb4bc44e33e /public/partials/home.html
parent9769950393d80f97f9904ebb04debc975e608de2 (diff)
downloadsipping-point-master.tar.bz2
Adding some hardcoded eventsHEADmaster
Diffstat (limited to 'public/partials/home.html')
-rw-r--r--public/partials/home.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/public/partials/home.html b/public/partials/home.html
index 4c90c62..2ac661b 100644
--- a/public/partials/home.html
+++ b/public/partials/home.html
@@ -1,5 +1,7 @@
<h1>{{title}}</h1>
<h2>Events</h2>
-
+<div ng-repeat="event in events">
+ <span class="name">{{event.name}}</span>
+</div>
<h2>New</h2>
<a href="#/new-event" type="button" class="btn btn-default btn-info">+Event</button>