We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc2754 commit 0c9480dCopy full SHA for 0c9480d
src/ng/directive/ngTransclude.js
@@ -11,7 +11,7 @@
11
* You can specify that you want to insert a named transclusion slot, instead of the default slot, by providing the slot name
12
* as the value of the `ng-transclude` or `ng-transclude-slot` attribute.
13
*
14
- * Any existing content of the element that this directive is placed on will be removed before the transcluded content is inserted.
+ * Any existing content of the element that this directive is placed on, will be removed before the transcluded content is inserted.
15
16
* @element ANY
17
0 commit comments