docs(guide/Scopes): add "the" in front of "DOM" on line 42

Closes #9818
This commit is contained in:
Ralph Samuel
2014-10-29 00:35:55 -07:00
committed by Caitlin Potter
parent 43b1a3739a
commit c3b3b90bc9

View File

@@ -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.