lifegadget / ui-slider

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

'An ID must not be the empty string' html validation error #45

Open glunn opened 4 years ago

glunn commented 4 years ago

Nice project, but I'm having an issue with the addon inserting empty div ids: <div class="slider slider-horizontal slider-disabled" id="">

These are also present in the project examples, is there a way to remove them or use valid ids instead?