From dd38ce6585b0e7ffa755f4c65d78ed90204729d1 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Tue, 28 Feb 2012 12:14:47 -0800 Subject: docs(scope): rewrite --- docs/content/misc/started.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/misc/started.ngdoc') 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. -- cgit v1.2.3