angular-image-crop
angular-image-crop copied to clipboard
imageCropResult is broken in demo
This does not log the new value:
$scope.$watch('imageCropResult', function(newVal) {
if (newVal) {
console.log('imageCropResult', newVal);
}
});
I am having same problem with this. The JSBin is working, but it doesn't in my code. Perhaps it is the angular version? Any ideas?