Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a10d8 commit eff00eaCopy full SHA for eff00ea
docs/content/guide/scope.ngdoc
@@ -113,7 +113,7 @@ may have several child scopes.
113
The application can have multiple scopes, because some {@link guide/directive directives} create
114
new child scopes (refer to directive documentation to see which directives create new scopes).
115
When new scopes are created, they are added as children of their parent scope. This creates a tree
116
-structure which parallels the DOM where they're attached
+structure which parallels the DOM where they're attached.
117
118
When Angular evaluates `{{name}}`, it first looks at the scope associated with the given
119
element for the `name` property. If no such property is found, it searches the parent scope
0 commit comments