Skip to content

Commit

Permalink
Step 4.4: Add PartyAdd to PartiesList
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 53238bf commit baeb03f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion imports/ui/components/partiesList/partiesList.js
Expand Up @@ -2,6 +2,7 @@ import angular from 'angular';
import angularMeteor from 'angular-meteor';

import template from './partiesList.html';
import { name as PartyAdd } from '../partyAdd/partyAdd';

class PartiesList {
constructor($scope, $reactive) {
Expand All @@ -21,7 +22,8 @@ const name = 'partiesList';

// create a module
export default angular.module(name, [
angularMeteor
angularMeteor,
PartyAdd
]).component(name, {
template,
controllerAs: name,
Expand Down

0 comments on commit baeb03f

Please sign in to comment.