Skip to content

Commit

Permalink
Step 17.42: Remove PartyUnanswered
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 ec8b4f5 commit 17011f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions imports/ui/components/partiesList/partiesList.js
Expand Up @@ -14,7 +14,6 @@ import { name as PartyRemove } from '../partyRemove/partyRemove';
import { name as PartyCreator } from '../partyCreator/partyCreator';
import { name as PartyRsvp } from '../partyRsvp/partyRsvp';
import { name as PartyRsvpsList } from '../partyRsvpsList/partyRsvpsList';
import { name as PartyUnanswered } from '../partyUnanswered/partyUnanswered';

class PartiesList {
constructor($scope, $reactive) {
Expand Down Expand Up @@ -82,8 +81,7 @@ export default angular.module(name, [
PartyRemove,
PartyCreator,
PartyRsvp,
PartyRsvpsList,
PartyUnanswered
PartyRsvpsList
]).component(name, {
template,
controllerAs: name,
Expand Down

0 comments on commit 17011f5

Please sign in to comment.