diff options
Diffstat (limited to 'docs/content/misc/started.ngdoc')
| -rw-r--r-- | docs/content/misc/started.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/misc/started.ngdoc b/docs/content/misc/started.ngdoc index ea94bfef..8b29da2f 100644 --- a/docs/content/misc/started.ngdoc +++ b/docs/content/misc/started.ngdoc @@ -113,7 +113,7 @@ write, test, maintain, and understand.  ## Data -The Model is referenced from properties on {@link guide/dev_guide.scopes angular scope objects}. +The Model is referenced from properties on {@link guide/scope angular scope objects}.  The data in your model could be Javascript objects, arrays, or primitives, it doesn't matter.  What  matters is that these are all referenced by the scope object. | 
