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 Dotan Simha committed Nov 22, 2016
1 parent 353acc8 commit ad52ab5
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 ad52ab5

Please sign in to comment.