Skip to content

Commit

Permalink
Step 14.7: Add invite button
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 cd51abd commit 7b29f11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imports/ui/components/partyUninvited/partyUninvited.html
Expand Up @@ -2,5 +2,6 @@
Users to invite:
<li ng-repeat="user in partyUninvited.users | uninvitedFilter:partyUninvited.party">
<div>{{ user | displayNameFilter }}</div>
<button ng-click="partyUninvited.invite(user)">Invite</button>
</li>
</ul>

0 comments on commit 7b29f11

Please sign in to comment.