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

Commit 0da6cc9

Browse files
kamilkpcaitp
authored andcommitted
docs($compile): fixed syntax error.
"how to" was written twice in a row. Closes #6110
1 parent cc60ba1 commit 0da6cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/compile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ function $CompileProvider($provide, $$sanitizeUriProvider) {
11961196
hasTranscludeDirective = true;
11971197

11981198
// Special case ngIf and ngRepeat so that we don't complain about duplicate transclusion.
1199-
// This option should only be used by directives that know how to how to safely handle element transclusion,
1199+
// This option should only be used by directives that know how to safely handle element transclusion,
12001200
// where the transcluded nodes are added or replaced after linking.
12011201
if (!directive.$$tlb) {
12021202
assertNoDuplicate('transclusion', nonTlbTranscludeDirective, directive, $compileNode);

0 commit comments

Comments
 (0)