diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index 09e07d365e79..d80697a3438c 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,