Skip to content

Commit

Permalink
Step 12.15: 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 9214181 commit 4c7b889
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions imports/ui/components/partiesList/partiesList.js
Expand Up @@ -7,6 +7,7 @@ import { Counts } from 'meteor/tmeasday:publish-counts';

import template from './partiesList.html';
import { Parties } from '../../../api/parties';
import { name as PartiesSort } from '../partiesSort/partiesSort';
import { name as PartyAdd } from '../partyAdd/partyAdd';
import { name as PartyRemove } from '../partyRemove/partyRemove';

Expand Down Expand Up @@ -52,6 +53,7 @@ export default angular.module(name, [
angularMeteor,
uiRouter,
utilsPagination,
PartiesSort,
PartyAdd,
PartyRemove
]).component(name, {
Expand Down

0 comments on commit 4c7b889

Please sign in to comment.