Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 1a722f7

Browse files
committed
docs($compile): add link to transcludeFn description
Closes #14764
1 parent 4991207 commit 1a722f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ng/compile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,8 +508,8 @@
508508
* any other controller.
509509
*
510510
* * `transcludeFn` - A transclude linking function pre-bound to the correct transclusion scope.
511-
* This is the same as the `$transclude`
512-
* parameter of directive controllers, see there for details.
511+
* This is the same as the `$transclude` parameter of directive controllers,
512+
* see {@link ng.$compile#-controller- the controller section for details}.
513513
* `function([scope], cloneLinkingFn, futureParentElement)`.
514514
*
515515
* #### Pre-linking function

0 commit comments

Comments
 (0)