Skip to content

Commit

Permalink
Step 14.13: Add as a dependency
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 c533214 commit 5d23b65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion imports/ui/components/partiesList/partiesList.js
Expand Up @@ -11,6 +11,7 @@ import { name as PartiesSort } from '../partiesSort/partiesSort';
import { name as PartyAdd } from '../partyAdd/partyAdd';
import { name as PartyRemove } from '../partyRemove/partyRemove';
import { name as PartyCreator } from '../partyCreator/partyCreator';
import { name as PartyRsvp } from '../partyRsvp/partyRsvp';

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

0 comments on commit 5d23b65

Please sign in to comment.