diff options
| author | Ben Lesh | 2013-12-03 23:27:01 -0500 | 
|---|---|---|
| committer | Tobias Bosch | 2014-03-06 12:21:15 -0800 | 
| commit | 46bd6dc88de252886d75426efc2ce8107a5134e9 (patch) | |
| tree | a864ee270bb2ebfdd0692ab473bf8a90875e2a6f /src/.jshintrc | |
| parent | 0609453e1f9ae074f8d786df903096a6eadb6aa0 (diff) | |
| download | angular.js-46bd6dc88de252886d75426efc2ce8107a5134e9.tar.bz2 | |
feat(input): support types date, time, datetime-local, month, week
On older browser that don't support the new HTML5 inputs
and display a text input instead, the user is required to enter
the data in the corresponding ISO format. The value in `ng-model`
will always be a date.
E2e tests contain a workaround to a bug in webdriver,
see https://github.com/angular/protractor/issues/562.
Also adds weeks as format to the `dateFilter`.
Related to #757.
Closes #5864.
Diffstat (limited to 'src/.jshintrc')
| -rw-r--r-- | src/.jshintrc | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/.jshintrc b/src/.jshintrc index f32caa45..4e19601d 100644 --- a/src/.jshintrc +++ b/src/.jshintrc @@ -101,6 +101,9 @@      "getter": false,      "getBlockElements": false, +    /* filters.js */ +    "getFirstThursdayOfYear": false, +      /* AngularPublic.js */      "version": false,      "publishExternalAPI": false, | 
