From 356e6b18d6287cdcea14b57ee525e7921f95a480 Mon Sep 17 00:00:00 2001 From: Martin Staffa Date: Wed, 15 Jun 2016 15:39:35 +0200 Subject: [PATCH] docs($compile): add link to transcludeFn description Closes #14764 --- src/ng/compile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ng/compile.js b/src/ng/compile.js index 2fb653093..9940cd4bd 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -508,8 +508,8 @@ * any other controller. * * * `transcludeFn` - A transclude linking function pre-bound to the correct transclusion scope. - * This is the same as the `$transclude` - * parameter of directive controllers, see there for details. + * This is the same as the `$transclude` parameter of directive controllers, + * see {@link ng.$compile#-controller- the controller section for details}. * `function([scope], cloneLinkingFn, futureParentElement)`. * * #### Pre-linking function