tb / ng2-nouislider

Angular2 noUiSlider directive
http://tb.github.io/ng2-nouislider/
MIT License
184 stars 114 forks source link

Change the selector name to contain a dash #106

Open lazarljubenovic opened 7 years ago

lazarljubenovic commented 7 years ago

The custom element specification requires that all tag names contain a dash. It was even considered to disallow breaking this (but it wasn't accepted because it "would be a huge breaking change").

The package name should also probably be changed to something that doesn't include ng2, since it's just Angular. ngx as a prefix seems to be a popular choice these days.