Navigation Menu

Skip to content

Commit

Permalink
Step 13.4: Move list of users to separate 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 b5a098f commit a033b89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions imports/ui/components/partyUninvited/partyUninvited.html
@@ -0,0 +1,6 @@
<ul>
Users:
<li ng-repeat="user in partyUninvited.users">
<div>{{ user.emails[0].address }}</div>
</li>
</ul>

0 comments on commit a033b89

Please sign in to comment.