Skip to content

Commit

Permalink
Step 14.14: Create view for PartyRsvpsList component
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela authored and DAB0mB committed Dec 14, 2016
1 parent 6d78f46 commit 5ad9226
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions imports/ui/components/partyRsvpsList/partyRsvpsList.html
@@ -0,0 +1,6 @@
Who is coming: Yes -
{{ (partyRsvpsList.rsvps | filter:{rsvp:'yes'}).length }}
Maybe -
{{ (partyRsvpsList.rsvps | filter:{rsvp:'maybe'}).length }}
No -
{{ (partyRsvpsList.rsvps | filter:{rsvp:'no'}).length }}

0 comments on commit 5ad9226

Please sign in to comment.