Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 704123a

Browse files
committed
docs($compile): be more explicit about linking not having taken place inside cloneAttachFn
Fixes #15093
1 parent c0cbe54 commit 704123a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/compile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@
697697
*
698698
* When you call a transclusion function you can pass in a **clone attach function**. This function accepts
699699
* two parameters, `function(clone, scope) { ... }`, where the `clone` is a fresh compiled copy of your transcluded
700-
* content and the `scope` is the newly created transclusion scope, to which the clone is bound.
700+
* content and the `scope` is the newly created transclusion scope, which the clone will be linked to.
701701
*
702702
* <div class="alert alert-info">
703703
* **Best Practice**: Always provide a `cloneFn` (clone attach function) when you call a transclude function

0 commit comments

Comments
 (0)