Skip to content

Commit

Permalink
Step 16.13: 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 82de241 commit eea9936
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions imports/ui/components/partiesList/partiesList.js
Expand Up @@ -8,6 +8,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 PartiesMap } from '../partiesMap/partiesMap';
import { name as PartyAdd } from '../partyAdd/partyAdd';
import { name as PartyRemove } from '../partyRemove/partyRemove';
import { name as PartyCreator } from '../partyCreator/partyCreator';
Expand Down Expand Up @@ -76,6 +77,7 @@ export default angular.module(name, [
uiRouter,
utilsPagination,
PartiesSort,
PartiesMap,
PartyAdd,
PartyRemove,
PartyCreator,
Expand Down

0 comments on commit eea9936

Please sign in to comment.