diff options
| author | xdhmoore | 2013-11-10 16:48:04 -0600 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-11-14 13:16:47 +0000 | 
| commit | f6fa7c9c9542839de4a6b5bb92bb53b14dcef11f (patch) | |
| tree | 6731b0adbc5d311bea2aa5cd366cd4361b52f108 /docs/content/guide/directive.ngdoc | |
| parent | 938b2e1217b1075aaeea3b54dc5693cffc077c83 (diff) | |
| download | angular.js-f6fa7c9c9542839de4a6b5bb92bb53b14dcef11f.tar.bz2 | |
docs(guide/directive): clarify sentence meaning
Closes #4873
Diffstat (limited to 'docs/content/guide/directive.ngdoc')
| -rw-r--r-- | docs/content/guide/directive.ngdoc | 9 | 
1 files changed, 5 insertions, 4 deletions
| diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc index 10c498b9..5f666432 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -116,10 +116,11 @@ Doing so generally makes it easier to determine what directives a given element  </div>  <div class="alert alert-success"> -**Best Practice:** Comment directives were commonly used in places where the DOM API limits (e.g. inside `<table>` elements) -to create directives that spanned multiple elements. AngularJS 1.2 introduces -{@link api/ng.directive:ngRepeat `ng-repeat-start` and `ng-repeat-end`} as a better solution to this problem. -Developers are encouraged to use this over custom comment directives when possible. +**Best Practice:** Comment directives were commonly used in places where the DOM API limits the +ability to create directives that spanned multiple elements (e.g. inside `<table>` elements). +AngularJS 1.2 introduces {@link api/ng.directive:ngRepeat `ng-repeat-start` and `ng-repeat-end`} +as a better solution to this problem. Developers are encouraged to use this over custom comment +directives when possible.  </div> | 
