From bee56a82b0375e10ade4cbca375489f7ebf59b0c Mon Sep 17 00:00:00 2001 From: andre Date: Fri, 8 Nov 2013 10:43:40 -0800 Subject: docs(guide/scope): correct scopes example Remove reference to `employee` property as it's not used in the example. Inject and use `$rootScope` applying `department` property as mentioned in text. Closes #4839 --- docs/content/guide/scope.ngdoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/content/guide/scope.ngdoc') diff --git a/docs/content/guide/scope.ngdoc b/docs/content/guide/scope.ngdoc index c59f4009..b765d969 100644 --- a/docs/content/guide/scope.ngdoc +++ b/docs/content/guide/scope.ngdoc @@ -126,14 +126,15 @@ a diagram depicting the scope boundaries.