Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 72ad746

Browse files
ts-webpetebacondarwin
authored andcommitted
docs(input): fix spelling error and reword for clarity
1 parent 2468974 commit 72ad746

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/ng/directive/input.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -843,13 +843,13 @@ var VALID_CLASS = 'ng-valid',
843843
* @description
844844
*
845845
* `NgModelController` provides API for the `ng-model` directive. The controller contains
846-
* services for data-binding, validation, CSS update, value formatting and parsing. It
847-
* specifically does not contain any logic which deals with DOM rendering or listening to
848-
* DOM events. The `NgModelController` is meant to be extended by other directives where, the
849-
* directive provides DOM manipulation and the `NgModelController` provides the data-binding.
846+
* services for data-binding, validation, CSS updates, and value formatting and parsing. It
847+
* purposefully does not contain any logic which deals with DOM rendering or listening to
848+
* DOM events. Such DOM related logic should be provided by other directives which make use of
849+
* `NgModelController` for data-binding.
850850
* Note that you cannot use `NgModelController` in a directive with an isolated scope,
851851
* as, in that case, the `ng-model` value gets put into the isolated scope and does not get
852-
* propogated to the parent scope.
852+
* propagated to the parent scope.
853853
*
854854
*
855855
* This example shows how to use `NgModelController` with a custom control to achieve

0 commit comments

Comments
 (0)