docs(guide/Scopes): add "the" in front of "DOM" on line 42
Closes #9818
This commit is contained in:
committed by
Caitlin Potter
parent
c8c2386296
commit
d3b839d986
@@ -39,7 +39,7 @@ linking} phase the {@link ng.$compileProvider#directive directives} set up
|
||||
render the updated value to the DOM.
|
||||
|
||||
Both controllers and directives have reference to the scope, but not to each other. This
|
||||
arrangement isolates the controller from the directive as well as from DOM. This is an important
|
||||
arrangement isolates the controller from the directive as well as from the DOM. This is an important
|
||||
point since it makes the controllers view agnostic, which greatly improves the testing story of
|
||||
the applications.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user