Files
lunchrun.me/assets/templates/run.jade
2014-03-14 11:12:42 -05:00

7 lines
233 B
Plaintext

div(ng-show="show")
h2 {{ run.name }}
p {{ run.creatorName }}, here's your lunch run! Wait here to see real-time updates of your invitees' orders.
div(ng-repeat="i in run.invitees")
p {{ i.name }}, {{ i.email }}