I have been digging into AngularJS support for form validation lately. I really like it except for one thing. It seems that validation of <input type="number" name="foo"> is broken. A bit of googling for this issue reveals that many people agree that it is broken. Is this something that is on the radar to fix?
What I mean specifically is that myFormName.foo.$error.number will not be set when a non-number is entered in the input. Also, myFormName.foo.$valid and myFormName.foo.$invalid are not set. -- R. Mark Volkmann Object Computing, Inc. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
