Skip to content

Commit

Permalink
Step 12.6: Add new dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela authored and Dotan Simha committed Nov 22, 2016
1 parent 18a8857 commit 78bf56b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions imports/ui/components/partiesList/partiesList.js
@@ -1,6 +1,7 @@
import angular from 'angular';
import angularMeteor from 'angular-meteor';
import uiRouter from 'angular-ui-router';
import utilsPagination from 'angular-utils-pagination';

import template from './partiesList.html';
import { Parties } from '../../../api/parties';
Expand Down Expand Up @@ -41,6 +42,7 @@ const name = 'partiesList';
export default angular.module(name, [
angularMeteor,
uiRouter,
utilsPagination,
PartyAdd,
PartyRemove
]).component(name, {
Expand Down

0 comments on commit 78bf56b

Please sign in to comment.