Wildhoney / ngRangeSlider

Multi-handle range slider utilising the native HTML5 input range elements.
http://ng-range-slider.herokuapp.com/
MIT License
55 stars 11 forks source link

problem on bower in apps that are using angular greater than 1.3.x #7

Closed AvraamMavridis closed 9 years ago

AvraamMavridis commented 9 years ago

In applications that are using angular greater than 1.3.x the ngRangeSlider module forces the bower to ask you what version of angular to use. This is not a problem locally but on Continuous Integration (e.g. CircleCI) causes error on the tests. I think in your bower file you should have:

"angular": "^1.2.25",
"angular-mocks": "^1.2.25",
Wildhoney commented 9 years ago

Agreed! Happy to merge it in if you open a pull request.

Wildhoney commented 9 years ago

Please try this one! :+1:

AvraamMavridis commented 9 years ago

Thx! I havent seen your message thats why I didnt made the pull request.

Wildhoney commented 9 years ago

:beers: