docs($compile): fixed syntax error.

"how to" was written twice in a row.

Closes #6110
This commit is contained in:
Kamil Pekala 2014-02-04 13:41:47 +01:00 committed by Caitlin Potter
parent cc60ba1f35
commit 0da6cc9118

View file

@ -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);