diff options
| author | Misko Hevery | 2012-02-28 12:14:47 -0800 | 
|---|---|---|
| committer | Misko Hevery | 2012-06-02 16:02:07 -0700 | 
| commit | dd38ce6585b0e7ffa755f4c65d78ed90204729d1 (patch) | |
| tree | b860430210467dadd768937818b6dc29d4ed06ba /docs/content/misc/started.ngdoc | |
| parent | 2e90cdc3d4dff966faed97d3a566e9d9c00c9794 (diff) | |
| download | angular.js-dd38ce6585b0e7ffa755f4c65d78ed90204729d1.tar.bz2 | |
docs(scope): rewrite
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. | 
