darul75 / angular-awesome-slider

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

Fix - Scale does not take the value for position and custom label for scale #90

Closed kanagukrs closed 9 years ago

kanagukrs commented 9 years ago

Enhanced the scale option, as it now takes array of objects which contains val and label. Here val is used for positioning label. checked in vertical as well.

darul75 commented 9 years ago

Keep in mind old way of using scale should work too, is it included, simple check with object versus primitive could be made ?