ng2-ion-range-slider icon indicating copy to clipboard operation
ng2-ion-range-slider copied to clipboard

Missing Skins

Open ghost opened this issue 6 years ago • 7 comments

Latest ion.rangeSlider merged all styles into single css , please make use of specific ion-range slider version in your package.json for older ng2-ion-range-slider modules

ghost avatar Dec 12 '18 11:12 ghost

Also getting this error after npm install , i'm using 2.0.0 versoin of ng2-ion-range slider

image

ghost avatar Dec 12 '18 18:12 ghost

Yup, getting the same error. It was working fine earlier. Kindly inform if u get any updates.

crazyrich avatar Dec 13 '18 06:12 crazyrich

yeah looks like underlying dependency changed its behaviour.

https://github.com/IonDen/ion.rangeSlider/issues/584

cedricve avatar Dec 16 '18 12:12 cedricve

try this to force correct version.

npm install --save [email protected]

cedricve avatar Dec 16 '18 12:12 cedricve

@cedricve Had to do this as of now. Thanks. Working.

crazyrich avatar Dec 17 '18 05:12 crazyrich

I submitted a new pull request to make it compatible with the new release of ion-rangeslider 2.3.0 - https://github.com/PhilippStein/ng2-ion-range-slider/pull/38

immotus avatar Jan 27 '19 13:01 immotus

option "skin" was missing, so I submitted a new pull request.

Checkout below link for skip options. http://ionden.com/a/plugins/ion.rangeSlider/skins.html

WhistlerHusky avatar Mar 20 '19 18:03 WhistlerHusky