From 519f9c2aab992f7cd2054ccc4d66199ff4f8ef1f Mon Sep 17 00:00:00 2001 From: andre Date: Fri, 8 Nov 2013 09:52:59 -0800 Subject: [PATCH] docs(guide/scope): correct CSS rules in Scope Hierarchies example Remove extra selectors .show-scope .doc-example-live. These classes do not appear using the provided code; the example will not work. Fiddle example of change: http://jsfiddle.net/72KP4/ --- docs/content/guide/scope.ngdoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/content/guide/scope.ngdoc b/docs/content/guide/scope.ngdoc index 342877d70d43..ad476606cd51 100644 --- a/docs/content/guide/scope.ngdoc +++ b/docs/content/guide/scope.ngdoc @@ -140,8 +140,7 @@ a diagram depicting the scope boundaries. } - .show-scope .doc-example-live.ng-scope, - .show-scope .doc-example-live .ng-scope { + .ng-scope { border: 1px solid red; margin: 3px; }