Skip to content

Commit

Permalink
Step 14.25: Add as a dependency
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 215dacc commit 495a208
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion imports/ui/components/partiesList/partiesList.js
Expand Up @@ -13,6 +13,7 @@ import { name as PartyRemove } from '../partyRemove/partyRemove';
import { name as PartyCreator } from '../partyCreator/partyCreator';
import { name as PartyRsvp } from '../partyRsvp/partyRsvp';
import { name as PartyRsvpsList } from '../partyRsvpsList/partyRsvpsList';
import { name as PartyUnanswered } from '../partyUnanswered/partyUnanswered';

class PartiesList {
constructor($scope, $reactive) {
Expand Down Expand Up @@ -67,7 +68,8 @@ export default angular.module(name, [
PartyRemove,
PartyCreator,
PartyRsvp,
PartyRsvpsList
PartyRsvpsList,
PartyUnanswered
]).component(name, {
template,
controllerAs: name,
Expand Down

0 comments on commit 495a208

Please sign in to comment.