docs(compile): translcuded -> transcluded

Oops.

Closes #8799
This commit is contained in:
Zach Pomerantz
2014-08-27 14:07:18 -07:00
committed by Caitlin Potter
parent d8a02f9987
commit 2efe1c2e7b

View File

@@ -188,7 +188,7 @@
* * `$transclude` - A transclude linking function pre-bound to the correct transclusion scope:
* `function([scope], cloneLinkingFn, futureParentElement)`.
* * `scope`: optional argument to override the scope.
* * `cloneLinkingFn`: optional argument to create clones of the original translcuded content.
* * `cloneLinkingFn`: optional argument to create clones of the original transcluded content.
* * `futureParentElement`:
* * defines the parent to which the `cloneLinkingFn` will add the cloned elements.
* * default: `$element.parent()` resp. `$element` for `transclude:'element'` resp. `transclude:true`.