You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: