-
Notifications
You must be signed in to change notification settings - Fork 112
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
remove jQuery dep #67
base: master
Are you sure you want to change the base?
Conversation
@@ -1290,7 +1290,7 @@ angular.module('angular-img-cropper', []).directive("imageCropper", ['$document' | |||
|
|||
crop = new ImageCropper(canvas, canvas.width / 2 - width / 2, canvas.height / 2 - height / 2, width, height, keepAspect, touchRadius); | |||
|
|||
$(canvas).data('crop.angular-img-cropper', crop); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
angular has "data" built in
@AllanBishop is this project still alive? |
I use it at least 😉 |
It looks like @AllanBishop hasn't been on github for years... |
and his blog is down |
We can maybe ping him by email so that the repo is able to survive? |
I'm happy to fork it to an organisation for both of us |
Yeah why not :) but he need to put it as |
It looks like he's deleted his whole Internet presence so I doubt he'll do that |
No description provided.