Skip to content

Commit

Permalink
feat(input): support types date, time, datetime-local, month, week
Browse files Browse the repository at this point in the history
partially closes angular#757
  • Loading branch information
benlesh committed Mar 3, 2014
1 parent d3fbc25 commit cad8e0e
Show file tree
Hide file tree
Showing 5 changed files with 1,287 additions and 6 deletions.
3 changes: 3 additions & 0 deletions src/.jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@
"getter": false,
"getBlockElements": false,

/* filters.js */
"getFirstThursdayOfYear": false,

/* AngularPublic.js */
"version": false,
"publishExternalAPI": false,
Expand Down
Loading

0 comments on commit cad8e0e

Please sign in to comment.