Skip to content

Commit

Permalink
Step 20.35: Add as a 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 39472b2 commit a95a3fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion imports/ui/components/partyUpload/partyUpload.js
@@ -1,6 +1,7 @@
import angular from 'angular';
import angularMeteor from 'angular-meteor';
import ngFileUpload from 'ng-file-upload';
import 'angular-sortable-view';
import 'ng-img-crop/compile/minified/ng-img-crop';
import 'ng-img-crop/compile/minified/ng-img-crop.css';

Expand Down Expand Up @@ -78,7 +79,8 @@ const name = 'partyUpload';
export default angular.module(name, [
angularMeteor,
ngFileUpload,
'ngImgCrop'
'ngImgCrop',
'angular-sortable-view'
]).component(name, {
template,
controllerAs: name,
Expand Down

0 comments on commit a95a3fc

Please sign in to comment.