We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
translcuded
transcluded
1 parent d8a02f9 commit 2efe1c2Copy full SHA for 2efe1c2
src/ng/compile.js
@@ -188,7 +188,7 @@
188
* * `$transclude` - A transclude linking function pre-bound to the correct transclusion scope:
189
* `function([scope], cloneLinkingFn, futureParentElement)`.
190
* * `scope`: optional argument to override the scope.
191
- * * `cloneLinkingFn`: optional argument to create clones of the original translcuded content.
+ * * `cloneLinkingFn`: optional argument to create clones of the original transcluded content.
192
* * `futureParentElement`:
193
* * defines the parent to which the `cloneLinkingFn` will add the cloned elements.
194
* * default: `$element.parent()` resp. `$element` for `transclude:'element'` resp. `transclude:true`.
0 commit comments