angular-cropperjs icon indicating copy to clipboard operation
angular-cropperjs copied to clipboard

Does this work with cropperjs events like onCropMove etc

Open daco opened this issue 8 years ago • 2 comments

I expected something like this.angularCropper.cropper.onCropMove(function(event){console.log(event);}); to work. Is this at all supported?

Thanks.

daco avatar Oct 02 '17 15:10 daco

It should work.

matheusdavidson avatar Oct 02 '17 18:10 matheusdavidson

But this library uses the pure javascript version, not jQuery version. You need to look cropperjs javascript doc.

matheusdavidson avatar Oct 02 '17 18:10 matheusdavidson