aboutsummaryrefslogtreecommitdiffstats
path: root/public/partials/home.html
diff options
context:
space:
mode:
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>