Skip to content

Commit

Permalink
Step 13.8: Implement component in PartyDetails view
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 3ca33a8 commit ab0e714
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions imports/ui/components/partyDetails/partyDetails.html
Expand Up @@ -8,9 +8,4 @@

<button ui-sref="parties">Back</button>

<ul>
Users:
<li ng-repeat="user in partyDetails.users">
<div>{{ user.emails[0].address }}</div>
</li>
</ul>
<party-uninvited party="partyDetails.party"></party-uninvited>

0 comments on commit ab0e714

Please sign in to comment.