mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-17 02:46:47 +08:00
docs($compile): fixed syntax error.
"how to" was written twice in a row. Closes #6110
This commit is contained in:
committed by
Caitlin Potter
parent
cc60ba1f35
commit
0da6cc9118
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user