Skip to content

Commit

Permalink
Step 9.10: Add parties subscription to the PartyDetails
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 1f1ecb1 commit 7942888
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions imports/ui/components/partyDetails/partyDetails.js
Expand Up @@ -15,6 +15,8 @@ class PartyDetails {

this.partyId = $stateParams.partyId;

this.subscribe('parties');

this.helpers({
party() {
return Parties.findOne({
Expand Down

0 comments on commit 7942888

Please sign in to comment.