From bcdbfdfeae5ef16b603eece99aea73b94b5cc0db Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Wed, 13 Nov 2013 21:44:28 +0000 Subject: docs(guide/scope): ensure demo CSS styles work in JSFiddle and Plunker The CSS styling in the ng-scope demo was using CSS classes (`.doc-example-live` and `.show-scope') to prevent the styling for the demo from affecting the entire page. Unfortunately elements containing these classes did not appear in JSFiddle or Plunker when you click edit. This fix moves the `.show-scope' class inside the demo (renaming it `.show-scope-demo`) and removes the reliance on `.doc-example-live` altogether. Closes #4838 --- docs/content/guide/scope.ngdoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/content/guide/scope.ngdoc b/docs/content/guide/scope.ngdoc index 342877d7..c59f4009 100644 --- a/docs/content/guide/scope.ngdoc +++ b/docs/content/guide/scope.ngdoc @@ -118,9 +118,9 @@ inheritance, and child scopes prototypically inherit from their parents. This example illustrates scopes in application, and prototypical inheritance of properties. The example is followed by a diagram depicting the scope boundaries. -
--
cgit v1.2.3