This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -116,10 +116,11 @@ Doing so generally makes it easier to determine what directives a given element
116
116
</div>
117
117
118
118
<div class="alert alert-success">
119
- **Best Practice:** Comment directives were commonly used in places where the DOM API limits (e.g. inside `<table>` elements)
120
- to create directives that spanned multiple elements. AngularJS 1.2 introduces
121
- {@link api/ng.directive:ngRepeat `ng-repeat-start` and `ng-repeat-end`} as a better solution to this problem.
122
- Developers are encouraged to use this over custom comment directives when possible.
119
+ **Best Practice:** Comment directives were commonly used in places where the DOM API limits the
120
+ ability to create directives that spanned multiple elements (e.g. inside `<table>` elements).
121
+ AngularJS 1.2 introduces {@link api/ng.directive:ngRepeat `ng-repeat-start` and `ng-repeat-end`}
122
+ as a better solution to this problem. Developers are encouraged to use this over custom comment
123
+ directives when possible.
123
124
</div>
124
125
125
126
You can’t perform that action at this time.
0 commit comments