Skip to content

Commit

Permalink
Step 13.16: 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 551843e commit 2918c2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion imports/ui/components/partiesList/partiesList.js
Expand Up @@ -10,6 +10,7 @@ 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';
import { name as PartyCreator } from '../partyCreator/partyCreator';

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

0 comments on commit 2918c2f

Please sign in to comment.