diff options
| author | Evan Chiu | 2014-10-30 23:04:33 -0400 | 
|---|---|---|
| committer | Evan Chiu | 2014-10-30 23:04:33 -0400 | 
| commit | b6d4941e33d44f31839114d58e038ad27b8f5f5c (patch) | |
| tree | c101cfac80735f7f02169c997b900cb4bc44e33e /public/partials/home.html | |
| parent | 9769950393d80f97f9904ebb04debc975e608de2 (diff) | |
| download | sipping-point-master.tar.bz2 | |
Diffstat (limited to 'public/partials/home.html')
| -rw-r--r-- | public/partials/home.html | 4 | 
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> | 
