MRCollective / ChameleonForms

Shape-shifting your forms experience in ASP.NET Core MVC
MIT License
254 stars 56 forks source link

Fix for Issue #73 + Tests #85

Closed cuzzlor closed 10 years ago

cuzzlor commented 10 years ago

Same fix for Issue #73 to DateTimeValidationSpec.js as @swoodman already provided...

Also fixed copy/paste issues in DateTimeValidationFixtures.js, added some tests for valid 24 hour times with zero hours, shuffled some existing valid zero hour times from the InvalidTime to the ValidTime arrays. All the tests in DateTimeValidationFixtures.js should now run.

Apologies if I've made any rookie github faux pas - this is my first pull request!

robdmoore commented 10 years ago

Awesome! Thanks @cuzzlor - great work!

Congrats on your first pull request too :)