File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 275
275
* ```
276
276
*
277
277
* The compile function deals with transforming the template DOM. Since most directives do not do
278
- * template transformation, it is not used often. Examples that require compile functions are
279
- * directives that transform template DOM, such as {@link
280
- * api/ng.directive:ngRepeat ngRepeat}, or load the contents
281
- * asynchronously, such as {@link ngRoute.directive:ngView ngView}. The
282
- * compile function takes the following arguments.
278
+ * template transformation, it is not used often. The compile function takes the following arguments:
283
279
*
284
280
* * `tElement` - template element - The element where the directive has been declared. It is
285
281
* safe to do template transformation on the element and child elements only.
You can’t perform that action at this time.
0 commit comments