7 lines
233 B
Plaintext
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 }}
|