Closed
Description
Generally I'd expect to see a module name like 'rzSlider' or 'ngSlider' but 'rzModule' likely throws most of your users for a loop as to what the dependency does (especially since the filename is rzslider.js even) that is being imported (other than the person that added it perhaps...)
You could could make a new module called 'rzSlider' or something wrapping the other one to change the name if you wanted without breaking anything for people.
My 2 cents feel free to close the issue if you don't think it matters. Thanks for making this, quite nice!