docs($compile): add link to transcludeFn description

Closes #14764
This commit is contained in:
Martin Staffa
2016-06-15 15:39:35 +02:00
parent 915e7a109c
commit 356e6b18d6
+2 -2
View File
@@ -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