-
Notifications
You must be signed in to change notification settings - Fork 418
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
Bower install : Angular version problem #196
Comments
I think the angular version needs to be at least 1.3, as the library is using some features of angular which were added in 1.3
If support for angular 1.2 is required, $validators and $watchGroup cannot be used, and must be replaced with something else. |
Yes, but I use Angular 1.4.7, so there should not be compatibility issues with date-picker which requires 1.2+ no ? (the bower.json that I mentionned is the one of date-picker, sorry if I was not clear enough) |
I have the same issue. Current bower.json has strict dependency on angular 1.2.14 and this does not work with 1.4.7. |
same issue |
also the same issue |
+1 |
3 similar comments
+1 |
+1 |
+1 |
I'm a little mad that this hasnt been fixed since it's so easy to there are probably a dozen pull requests for it. Here's the simple fix for your environment: add the following to your bower.json "resolutions": { this will force bower to select the version of angular you want instead of being stuck with the 1.2 version the library uses. |
+1 |
Using angular 1.4.7, when I try to install date-picker through bower, I get
In the bower.json, the dependencies are
Shouldn't it be "angular": ">=1.2.14" since it is supposed to work with angular 1.2+ ?
The text was updated successfully, but these errors were encountered: