mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
doc(ngModel): $setViewValue calls all parsers, not formatters
This commit is contained in:
parent
11ee680d38
commit
86cbdb893a
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue