From 1e069532fca27234c537b4744ba89c09b017cb38 Mon Sep 17 00:00:00 2001 From: Joseph Orbegoso Pea Date: Sun, 30 Mar 2014 14:23:57 -0700 Subject: [PATCH] docs(ngController): improve wording --- src/ng/directive/ngController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/directive/ngController.js b/src/ng/directive/ngController.js index 3ad2cfbee..68a82709b 100644 --- a/src/ng/directive/ngController.js +++ b/src/ng/directive/ngController.js @@ -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