From fdc1ae270b0b977dc85d67d3a77305285a31c83e Mon Sep 17 00:00:00 2001 From: Kamil Pekala Date: Tue, 4 Feb 2014 13:41:47 +0100 Subject: [PATCH] docs($compile): fixed syntax error. "how to" was written twice in a row. --- src/ng/compile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/compile.js b/src/ng/compile.js index 36c23086b1ee..63523c04dac6 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -1196,7 +1196,7 @@ function $CompileProvider($provide, $$sanitizeUriProvider) { hasTranscludeDirective = true; // Special case ngIf and ngRepeat so that we don't complain about duplicate transclusion. - // This option should only be used by directives that know how to how to safely handle element transclusion, + // This option should only be used by directives that know how to safely handle element transclusion, // where the transcluded nodes are added or replaced after linking. if (!directive.$$tlb) { assertNoDuplicate('transclusion', nonTlbTranscludeDirective, directive, $compileNode);