File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ element that adds extra behavior to the element. The {@link ng.directive:ngModel
6767stores/updates the value of the input field into/from a variable.
6868
6969<div class="alert alert-info">
70- **Custom directives to access the DOM**: In Angular, the only place where an application touches the DOM is
71- within directives. This is good as artifacts that access the DOM are hard to test.
70+ **Custom directives to access the DOM**: In Angular, the only place where an application should access the DOM is
71+ within directives. This is important because artifacts that access the DOM are hard to test.
7272 If you need to access the DOM directly you should write a custom directive for this. The
7373 {@link directive directives guide} explains how to do this.
7474</div>
You can’t perform that action at this time.
0 commit comments