2.0.0 • Published 7 years ago

angular-crop-image v2.0.0

Weekly downloads
9
License
-
Repository
github
Last release
7 years ago

angular-crop-image

Download

###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']);