Skip to content

Commit

Permalink
Step 13.11: 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 d4ad594 commit 1496a84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion imports/ui/components/partyUninvited/partyUninvited.js
Expand Up @@ -5,6 +5,7 @@ import { Meteor } from 'meteor/meteor';

import template from './partyUninvited.html';
import { name as UninvitedFilter } from '../../filters/uninvitedFilter';
import { name as DisplayNameFilter } from '../../filters/displayNameFilter';

class PartyUninvited {
constructor($scope) {
Expand All @@ -25,7 +26,8 @@ const name = 'partyUninvited';
// create a module
export default angular.module(name, [
angularMeteor,
UninvitedFilter
UninvitedFilter,
DisplayNameFilter
]).component(name, {
template,
controllerAs: name,
Expand Down

0 comments on commit 1496a84

Please sign in to comment.