I want to globally change the pattern that angular.js uses to validate email fields.
By default it says that this is valid:
somone@domain
I want to modify it to require the presence of a tld
Does angular expose a global config setting for this?