From 86cbdb893aa9a0c87ad3463258a828c0d46a3b82 Mon Sep 17 00:00:00 2001 From: Joakim Blomskøld Date: Sat, 18 May 2013 15:47:55 +0200 Subject: doc(ngModel): $setViewValue calls all parsers, not formatters --- src/ng/directive/input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index 8b6b4dc9..b892e8c9 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -985,7 +985,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. -- cgit v1.2.3