angular.js/src/ng/directive
neilmcgibbon ad76e77fce fix(input): fix the email regex to accept TLDs up to 6 characters long
The input field email regex does't not match long domain extensions. This commit extends the email regexp to take a 6 character TLD.

Example 6-character TLDs include .museum and .travel - (e.g. allabout.travel).
2013-08-07 14:18:22 -04:00
..
a.js fix(a): workaround IE bug affecting mailto urls 2013-02-14 16:43:28 -08:00
booleanAttrs.js fix($compile): sanitize values bound to a[href] 2013-02-20 00:40:51 -08:00
directives.js chore(*): remove dead code and fix code style issues 2012-04-10 16:52:12 -07:00
form.js fix(form): pick the right attribute name for ngForm 2013-07-24 14:41:54 -07:00
input.js fix(input): fix the email regex to accept TLDs up to 6 characters long 2013-08-07 14:18:22 -04:00
ngBind.js docs(ngBind): clarify some of the writing 2013-06-27 21:20:56 +01:00
ngClass.js docs(ngClass): fix minor typo. 2013-06-12 20:47:59 +01:00
ngCloak.js docs(ngCloak): update the CSS rule with data-ng-cloak 2013-03-08 17:26:07 -08:00
ngController.js docs(ngController): remove obsolete mention of scope as this in controller 2013-07-21 20:30:40 +02:00
ngCsp.js docs(ngCsp): add more informative details 2013-05-16 21:28:05 +01:00
ngEventDirs.js fix(ngSubmit): expose $event to ngSubmit callback 2013-07-11 17:27:36 -07:00
ngInclude.js fix(*): name all anonymous watch functions in Angular 2012-09-11 16:39:46 -07:00
ngInit.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
ngNonBindable.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
ngPluralize.js docs(ngPluralize): improve wording 2013-06-27 21:15:33 +01:00
ngRepeat.js refactor(ngRepeat): make use of declared variable 2013-04-04 08:59:19 -07:00
ngShowHide.js docs(ngHide): Fix typo and make it more in line with ngShow 2012-11-11 10:37:59 +01:00
ngStyle.js fix(*): name all anonymous watch functions in Angular 2012-09-11 16:39:46 -07:00
ngSwitch.js docs(ngSwitch): improve the @usage example 2013-04-01 21:35:02 -07:00
ngTransclude.js fix($compile): always instantiate controllers in parent->child order 2013-07-22 11:32:50 -07:00
ngView.js fix(compile): should not leak memory when there are top level empty text nodes 2013-02-18 13:04:24 +00:00
script.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
select.js docs(select): fix typos in ngOptions 2013-06-13 22:48:03 +01:00
style.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00