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 43b1a37 commit c3b3b90Copy full SHA for c3b3b90
docs/content/guide/scope.ngdoc
@@ -39,7 +39,7 @@ linking} phase the {@link ng.$compileProvider#directive directives} set up
39
render the updated value to the DOM.
40
41
Both controllers and directives have reference to the scope, but not to each other. This
42
-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
43
point since it makes the controllers view agnostic, which greatly improves the testing story of
44
the applications.
45
0 commit comments