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

bower.json angular configuration not compatible with using 1.2 angular #22

Open
softweave opened this issue Nov 27, 2014 · 1 comment
Open

Comments

@softweave
Copy link

I am developing against angular 1.2 with these bower dependencies:

"dependencies": {
"angular": "1.2.x",
"jquery": "1.10.2",
"json3": "~3.3.0",
"es5-shim": "~4.0.0",
"bootstrap": "~3.3.1",
"angular-animate": "1.2.x",
"angular-cookies": "1.2.x",
"angular-loader": "1.2.x",
"angular-resource": "1.2.x",
"angular-route": "1.2.x",
"angular-sanitize": "1.2.x",
"angular-touch": "1.2.x",
"ng-cells": "0.3.10"
},
Running bower install errors out because ng-cells angular dependencies resolve to the latest 1.3 angular modules. I am currently working around this problem by first installing the angular components and then installing ng-cells as a second step.

@gdepourtales
Copy link
Owner

Hi
Thanks for the info. I will check to make the dependencies more open.

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