AngularJS module for https://github.com/fengyuanchen/cropperjs.
npm install ng-cropperjsAngularJS module for https://github.com/fengyuanchen/cropperjs.
Fork and drop-in replacement of https://github.com/koorgoo/ngCropper
``bash`
npm install ng-cropperjs
`html`
`javascript
var app = angular.module('app', ['ngCropper']);
app.controller('Main', function(Cropper) {
...
});
`
`html``
ng-cropper
ng-cropper-options="options"
ng-cropper-show="'show.cropper'"
ng-cropper-hide="'hide.cropper'">