angular-image-crop icon indicating copy to clipboard operation
angular-image-crop copied to clipboard

imageCropResult is broken in demo

Open ttbarnes opened this issue 9 years ago • 1 comments

This does not log the new value:

$scope.$watch('imageCropResult', function(newVal) {
  if (newVal) {
    console.log('imageCropResult', newVal);
  }          
});

ttbarnes avatar Mar 17 '15 13:03 ttbarnes

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?

breaktag avatar Jul 20 '15 09:07 breaktag