angular-ui / ui-slider

jQuery UI Slider for AngularJS
https://htmlpreview.github.io/?https://github.com/angular-ui/ui-slider/master/demo/index.html
MIT License
265 stars 176 forks source link

uh - zero size #91

Closed vance closed 7 years ago

vance commented 8 years ago

I get the directive to load, I used the included css... but sliders and tracks have zero height. i force them to have background colors and height for testing, but the rendered output is always 0px 0px despite inspection the CSS that says otherwise. I can even click in the track and move the mouse around I see the left:x% change, but can't see anything.

PowerKiKi commented 8 years ago

Pease create a minimal reproductible case on plunkr. Since the demo is working, there must be something different (wrong?) with the way it is used in your case

ElDudelino commented 7 years ago

Had the same issue today. The cause was that JQuery was included after Angular resulting in the known "elm.slider is not a function" issue.

PowerKiKi commented 7 years ago

Thanks for your feedback, closing this, since it's not really an issue with ui-slider.