-
Notifications
You must be signed in to change notification settings - Fork 77
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
Can't install with angular 1.4.12 #154
Comments
Yesterday i've also seen this dependency and scratched my head. I am working on a compile and test in Travis so im hoping to make better coverage and tests along the way. |
first time see this also ) |
I will update this in master |
Hi! Does this work with Angular v1.5.x? :-) If it does, bower could be updated to reflect that. |
Yes + its already updated. |
Newest Angular v1 is https://github.com/CrackerakiUA/ngImgCropFullExtended/blob/master/bower.json#L50 |
Okay, make a PR for it. We can use your help |
^ done. 🍻 |
In bower.json:
"dependencies": {
"angular": "1.4.0"
}
why not use "~1.4.0" ? Or angular version must be "1.4.0" ?
The text was updated successfully, but these errors were encountered: