I'm using AngularJS email validation as per http://code.angularjs.org/1.2.14/docs/api/ng/input/input%5Bemail%5D
I recently updated to 1.2.14 from 1.1.5, and there's definitely been a change in how email validation is handled. In 1.2.14, me@example is valid, whereas in 1.1.5 it is not.
Is this change intentional? Is there a way to get the old validation behavior without writing custom validation directives?
me@examplevalidates for 1.2.14 and doesn't for 1.1.5