mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-06-17 19:16:08 +08:00
docs(input): fix a typo
This commit is contained in:
@@ -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']),
|
||||
|
||||
Reference in New Issue
Block a user