Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imageCropResult is broken in demo #20

Open
ttbarnes opened this issue Mar 17, 2015 · 1 comment
Open

imageCropResult is broken in demo #20

ttbarnes opened this issue Mar 17, 2015 · 1 comment

Comments

@ttbarnes
Copy link

This does not log the new value:

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

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants