docs(ngController): improve wording

This commit is contained in:
Joseph Orbegoso Pea
2014-03-30 14:23:57 -07:00
committed by Brian Ford
parent 6f6f7e82a4
commit 1e069532fc
+1 -1
View File
@@ -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