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. -
+
Hello {{name}}!
@@ -129,6 +129,7 @@ a diagram depicting the scope boundaries.
  • {{name}}
  • +
    function GreetCtrl($scope) { @@ -140,14 +141,13 @@ a diagram depicting the scope boundaries. } - .show-scope .doc-example-live.ng-scope, - .show-scope .doc-example-live .ng-scope { + .show-scope-demo.ng-scope, + .show-scope-demo .ng-scope { border: 1px solid red; margin: 3px; } -