diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ng/directive/input.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index 1a13a0d5..0cd2a9b0 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -1018,7 +1018,7 @@ 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 `formatters` and if resulted value is valid, updates the model and +   * It internally calls all `parsers` and if resulted value is valid, updates the model and     * calls all registered change listeners.     *     * @param {string} value Value from the view. | 
