ngImgCrop
ngImgCrop copied to clipboard
Make it compatible to browserify
:+1:
This is working for you? I'm having no luck.
package.json:
"dependencies": {
"ng-img-crop": "git://github.com/herpiko/ngImgCrop.git"
}
module:
require('ng-file-upload')
require('ng-img-crop')
var group = angular.module('group', ['auth', 'ngFileUpload', 'ngImgCrop'])
error in console:
Error: [$injector:unpr] Unknown provider: CropHostProvider <- CropHost <- imgCropDirective