darul75 / angular-awesome-slider

:arrows_clockwise: Angular slider control directive
http://darul75.github.io/angular-awesome-slider/
MIT License
143 stars 63 forks source link

heterogeneity setting is not working #117

Closed mihaipanait closed 9 years ago

mihaipanait commented 9 years ago

scope.options = {
from: 0, to: 40, step: 0.5, dimension: " $", round: 1, scale: [0, '|', 50, '|', 400], heterogeneity: ['50/100', '75/250'] };

heterogeneity setting is not working as it does in the base jquery plugin.

darul75 commented 9 years ago

ok, let me check, this part has been changed by some and me...:)

darul75 commented 9 years ago

you can updgrade to https://github.com/darul75/angular-awesome-slider/releases/tag/2.3.7

mihaipanait commented 9 years ago

Great Thank you!