diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ng/directive/input.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index 09e07d36..d80697a3 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -424,7 +424,8 @@ var inputType = { 'hidden': noop, 'button': noop, 'submit': noop, - 'reset': noop + 'reset': noop, + 'file': noop }; // A helper function to call $setValidity and return the value / undefined, |
