From 782a82d461bd10a8afe11aa7c37f166628b99839 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(-) (limited to 'src') 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. -- cgit v1.2.3