Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
docs(input): fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ncuillery authored and rodyhaddad committed Jun 28, 2014
1 parent 7e71acd commit d3c191e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng/directive/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ var inputType = {
expect(valid.getText()).toContain('myForm.input.$valid = false');
});
</file>
</example>f
</example>
*/
'date': createDateInputType('date', DATE_REGEXP,
createDateParser(DATE_REGEXP, ['yyyy', 'MM', 'dd']),
Expand Down

0 comments on commit d3c191e

Please sign in to comment.