gdepourtales / ng-cells

AngularJS Table directive that draws a table of data with different features
http://gdepourtales.github.io/ng-cells/
Other
77 stars 17 forks source link

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

Open softweave opened 9 years ago

softweave commented 9 years ago

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 commented 9 years ago

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