We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
scope
1 parent b1648c1 commit c42c226Copy full SHA for c42c226
docs/content/guide/scope.ngdoc
@@ -5,7 +5,7 @@
5
6
# What are Scopes?
7
8
-{@link ng.$rootScope.Scope scope} is an object that refers to the application
+{@link ng.$rootScope.Scope Scope} is an object that refers to the application
9
model. It is an execution context for {@link expression expressions}. Scopes are
10
arranged in hierarchical structure which mimic the DOM structure of the application. Scopes can
11
watch {@link guide/expression expressions} and propagate events.
0 commit comments