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

Html code in dimension #78

Open gauravjhs opened 9 years ago

gauravjhs commented 9 years ago

In http://egorkhmelev.github.com/jslider we can use html code inside "dimension". eg.

{
from: 0,
to: 500,
heterogeneity: ['50/100', '75/250'],
scale: [0, '|', 50, '|' , '100', '|', 250, '|', 500],
limits: false,
step: 1,
dimension: '&nbsp;m<small>2</small>'
}

Can you please use $sanitize so we can replicate the same functionality.

darul75 commented 9 years ago

nice catch, ok