aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/dev_guide.mvc.understanding_model.ngdoc
diff options
context:
space:
mode:
authorMisko Hevery2012-02-28 12:14:47 -0800
committerMisko Hevery2012-06-02 16:02:07 -0700
commitdd38ce6585b0e7ffa755f4c65d78ed90204729d1 (patch)
treeb860430210467dadd768937818b6dc29d4ed06ba /docs/content/guide/dev_guide.mvc.understanding_model.ngdoc
parent2e90cdc3d4dff966faed97d3a566e9d9c00c9794 (diff)
downloadangular.js-dd38ce6585b0e7ffa755f4c65d78ed90204729d1.tar.bz2
docs(scope): rewrite
Diffstat (limited to 'docs/content/guide/dev_guide.mvc.understanding_model.ngdoc')
-rw-r--r--docs/content/guide/dev_guide.mvc.understanding_model.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/dev_guide.mvc.understanding_model.ngdoc b/docs/content/guide/dev_guide.mvc.understanding_model.ngdoc
index 06557b8d..b8c08198 100644
--- a/docs/content/guide/dev_guide.mvc.understanding_model.ngdoc
+++ b/docs/content/guide/dev_guide.mvc.understanding_model.ngdoc
@@ -7,7 +7,7 @@ either a single object representing one entity (for example, a model called "pho
being an array of phones) or the entire data model for the application (all entities).
In angular, a model is any data that is reachable as a property of an angular {@link
-dev_guide.scopes Scope} object. The name of the property is the model identifier and the value is
+scope Scope} object. The name of the property is the model identifier and the value is
any JavaScript object (including arrays and primitives).
The only requirement for a JavaScript object to be a model in angular is that the object must be