docs(ngController): improve wording
This commit is contained in:
committed by
Brian Ford
parent
6f6f7e82a4
commit
1e069532fc
@@ -10,7 +10,7 @@
|
||||
*
|
||||
* MVC components in angular:
|
||||
*
|
||||
* * Model — The Model is scope properties; scopes are attached to the DOM where scope properties
|
||||
* * Model — Models are the properties of a scope; scopes are attached to the DOM where scope properties
|
||||
* are accessed through bindings.
|
||||
* * View — The template (HTML with data bindings) that is rendered into the View.
|
||||
* * Controller — The `ngController` directive specifies a Controller class; the class contains business
|
||||
|
||||
Reference in New Issue
Block a user