Skip to content

Commit 63b3060

Browse files
trusktrbtford
authored andcommitted
docs(ngController): improve wording
1 parent 3df2cca commit 63b3060

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ng/directive/ngController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* MVC components in angular:
1212
*
13-
* * Model — The Model is scope properties; scopes are attached to the DOM where scope properties
13+
* * Model — Models are the properties of a scope; scopes are attached to the DOM where scope properties
1414
* are accessed through bindings.
1515
* * View — The template (HTML with data bindings) that is rendered into the View.
1616
* * Controller — The `ngController` directive specifies a Controller class; the class contains business

0 commit comments

Comments
 (0)