angular-image-crop
angular-image-crop copied to clipboard
A better way to crop images client-side using AngularJS
This does not log the new value: ``` $scope.$watch('imageCropResult', function(newVal) { if (newVal) { console.log('imageCropResult', newVal); } }); ```
Thinking off an enhancement request. Polygon , Circle are some of the Shapes that can be considered for future enhancement besides the current rectangle / square. :-) https://github.com/netplayer/crop You may...
Sometimes I have trouble sliding the image around--it's hard to grab ahold of, or it simply doesn't move until I rezoom it.
The temporary canvas generated for resizing prior to confirming the crop doesn't work on iOS 8.1.2 (not sure if it worked previously). The demo JSBIN seems almost up to date...
after a bower install/update of the module, it seems that ng-img-crop.js misses its dependencies (i.e. init.js and classes/*), including only ng-img-crop.js doesn't appear to be enough. Compressing all sources into...