angular-slider icon indicating copy to clipboard operation
angular-slider copied to clipboard

No labels above the slider (on current value)

Open gugguson opened this issue 11 years ago • 4 comments

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>

gugguson avatar Oct 29 '13 11:10 gugguson

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

kevinbeauregard avatar Nov 04 '13 19:11 kevinbeauregard

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 [email protected] 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.

gugguson avatar Nov 05 '13 10:11 gugguson

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.

kevinbeauregard avatar Nov 05 '13 19:11 kevinbeauregard

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

fduch2k avatar Nov 14 '13 14:11 fduch2k