diff --git a/docs/content/guide/component.ngdoc b/docs/content/guide/component.ngdoc index d0142bf36a5a..afc5273640b6 100644 --- a/docs/content/guide/component.ngdoc +++ b/docs/content/guide/component.ngdoc @@ -19,8 +19,7 @@ Advantages of Components: When not to use Components: -- for directives that rely on DOM manipulation, adding event listeners etc, because the compile -and link functions are unavailable +- for directives that need to perform actions in compile and pre-link functions, because they aren't available - when you need advanced directive definition options like priority, terminal, multi-element - when you want a directive that is triggered by an attribute or CSS class, rather than an element