Why does Angulars' form validation always report that an email address such as a@a is valid?
I know its possible to provide a regex as a work around but I do not understand how or why Angular considers this a valid email address.
Edit: I have novalidate specified in the form tag which should bypass any html5 validation