aurelia / validatejs

Enables expressive validation using decorators and/or a fluent API.
MIT License
22 stars 23 forks source link

Sample app is broken #75

Closed RobertHerhold closed 8 years ago

RobertHerhold commented 8 years ago

If you load up the sample and click Submit on the decorators page, it will submit successfully. As soon as you change something (i.e. delete a character from the first name) the errors will appear and pressing submit will yield an alert saying that there are errors. However, if you change nothing, then the submit button will say there are no errors, even though several of the fields shouldn't be passing the validation.

jdanyow commented 8 years ago

sample app was deleted- use the gist in the blog post instead: http://blog.durandal.io/2016/06/14/new-validation-alpha-is-here/