angular-crop-image
v2.0.0
Published
Angular crop image
Downloads
3
Readme
angular-crop-image
Download
- Download angularCropImage files from GitHub.
###Requires
- The AngularJS framework
- ES5 (Object.create, Array.prototype.indexOf, Array.prototype.filter, Array.prototype.every, Function.prototype.bind, String.prototype.trim, Date.now) A shim & sham is provided for older browsers.
Add a dependancy
Add the image crop module as a dependancy to your application module
var myAppModule = angular.module('MyApp', ['angularCropImage']);