Skip to content

Commit

Permalink
Step 20.13: 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 a001e38 commit 6cf951f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion imports/ui/components/partyUpload/partyUpload.js
@@ -1,5 +1,6 @@
import angular from 'angular';
import angularMeteor from 'angular-meteor';
import ngFileUpload from 'ng-file-upload';

import { Meteor } from 'meteor/meteor';

Expand All @@ -11,7 +12,8 @@ const name = 'partyUpload';

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

0 comments on commit 6cf951f

Please sign in to comment.