File tree 1 file changed +2
-2
lines changed
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
67
67
stores/updates the value of the input field into/from a variable.
68
68
69
69
<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.
72
72
If you need to access the DOM directly you should write a custom directive for this. The
73
73
{@link directive directives guide} explains how to do this.
74
74
</div>
You can’t perform that action at this time.
0 commit comments