angularCroppie
Image Cropper using Croppie
Install
Bower: bower install angular-croppie
Npm: npm install angular-croppie
Usage
Add the dependency: angular.module('myApp', ['angularCroppie'])
.
Use the Angular 1.5 component:
<croppie src="cropped.source" ng-model="cropped.image"></croppie>
Simple Example: plnkr