9 lines
332 B
Plaintext
9 lines
332 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 }}
|
|
p {{ i.order }}
|
|
a(href='#/run/{{ run.id }}/order/{{ i.name }}') Fill in this order
|