rajeshwarpatlolla/ionic-timepicker

Class starting with a digit are invalid

JeanMeche opened this issue · 2 comments

Your classes 12HourTimePickerChildDiv and 24HourTimePickerChildDiv are invalid.

To be valid the first character must be an underscore (_), a hyphen (-), or a letter(a–z).

This prevent the popup to be customized a little.

Yes, you are right. I even forgot about these class names. Thanks for raising this bug. I will implement this in the next release and then i will close this issue.

Checkout the v0.2.1 for this bug fix.