diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index f5d30a3e6c36..d66e0e7682cb 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -1042,8 +1042,8 @@ var NgModelController = ['$scope', '$exceptionHandler', '$attrs', '$element', '$ * For example {@link ng.directive:input input} or * {@link ng.directive:select select} directives call it. * - * It internally calls all `parsers` and if resulted value is valid, updates the model and - * calls all registered change listeners. + * It internally calls all `parsers`, updates the model and calls + * all registered change listeners. * * @param {string} value Value from the view. */