Skip to content

Commit

Permalink
Step 13.12: Use filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela authored and Dotan Simha committed Nov 22, 2016
1 parent 40b5195 commit 1edd0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imports/ui/components/partyUninvited/partyUninvited.html
@@ -1,6 +1,6 @@
<ul>
Users to invite:
<li ng-repeat="user in partyUninvited.users | uninvitedFilter:partyUninvited.party">
<div>{{ user.emails[0].address }}</div>
<div>{{ user | displayNameFilter }}</div>
</li>
</ul>

0 comments on commit 1edd0eb

Please sign in to comment.