Files
lunchrun.me/public/templates/run.html
2014-03-22 20:19:01 -05:00

1 line
327 B
HTML

<div ng-show="show"><h2>{{ run.name }}</h2><p>{{ run.creatorName }}, here's your lunch run! Wait here to see real-time updates of your invitees' orders.</p><div ng-repeat="i in run.invitees"><p>{{ i.name }}, {{ i.email }}</p><p>{{ i.order }}</p><a href="#/run/{{ run.id }}/order/{{ i.name }}">Fill in this order</a></div></div>