prajwalkman / angular-slider

(DEPRECATED) Slider directive implementation for AngularJS, without jQuery dependencies
http://prajwalkman.github.io/angular-slider
MIT License
249 stars 177 forks source link

No labels above the slider (on current value) #37

Open gugguson opened 11 years ago

gugguson commented 11 years ago

Hello.

I'm using the angular-slider and I have successfully made it work with my controller. However I'm not getting any labels above the slider as in the examples. I have followed the examples but without success.

screen shot 2013-10-29 at 11 02 40

HTML:

<slider ceiling='100' floor='0' ng-model-high='report.columns[$index].max' ng-model-low='report.columns[$index].min' precision='1' step='5'></slider>
kevinbeauregard commented 11 years ago

This may be a compatibility issue with angular 1.2.0rc3, if that is what you are using. I have tested with 1.1.4 and it was working, but not since upgrading my angular version

gugguson commented 11 years ago

Yes, I'm using 1.2.0rc3

Do you have plans to support 1.2.0rc3 or are you waiting for the next stable version?

On 4.11.2013, at 19:30, Kevin Beauregard notifications@github.com wrote:

This may be a compatibility issue with angular 1.2.0rc3, if that is what you are using. I have tested with 1.1.4 and it was working, but not since upgrading my angular version

— Reply to this email directly or view it on GitHub.

kevinbeauregard commented 11 years ago

I'm not affiliated with this project, I've tested out a couple of forks, but have not seen anything that fully solves this yet.

fduch2k commented 10 years ago

Here is patch to fix this issue https://github.com/prajwalkman/angular-slider/pull/29