lifegadget / ui-slider

A visually attractive slider for ambitious Ember apps
https://ui-slider.firebaseapp.com/
MIT License
30 stars 39 forks source link

Can't get this to work. #17

Open optikalefx opened 8 years ago

optikalefx commented 8 years ago

After doing ember install ui-ember-slider then putting a demo on the page it gets no css applied. Are there additional steps?

sanjsharma commented 8 years ago

I am using ember 2.3.0 and I am facing the same problem of not showing any css and i have installled bootstrap-slider from https://github.com/seiyria/bootstrap-slider and imported it in ember-cli-build file and this does not help me either. And in my console I see no such method 'getValue' for slider widget instance error. Can anyone explain me what might have gone wrong?

fsmanuel commented 7 years ago

@optikalefx @sanjsharma are you using the ember-component-css addon? Found https://github.com/ember-cli/ember-cli/issues/5422#issuecomment-193797979 and updated to the ember-component-css beta that solved it for me.

PjEdwards commented 7 years ago

I was also seeing the no such method 'getValue' for slider widget instance message in the console when I was passing an initial value of 0. When I started passing 5 the message went away. Some kind of truthy check I'd guess?