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