You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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?
After doing
ember install ui-ember-slider
then putting a demo on the page it gets no css applied. Are there additional steps?The text was updated successfully, but these errors were encountered: