mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-17 19:11:08 +00:00
docs($compile): fixed syntax error.
"how to" was written twice in a row. Closes #6110
This commit is contained in:
parent
cc60ba1f35
commit
0da6cc9118
1 changed files with 1 additions and 1 deletions
|
|
@ -1196,7 +1196,7 @@ function $CompileProvider($provide, $$sanitizeUriProvider) {
|
||||||
hasTranscludeDirective = true;
|
hasTranscludeDirective = true;
|
||||||
|
|
||||||
// Special case ngIf and ngRepeat so that we don't complain about duplicate transclusion.
|
// 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.
|
// where the transcluded nodes are added or replaced after linking.
|
||||||
if (!directive.$$tlb) {
|
if (!directive.$$tlb) {
|
||||||
assertNoDuplicate('transclusion', nonTlbTranscludeDirective, directive, $compileNode);
|
assertNoDuplicate('transclusion', nonTlbTranscludeDirective, directive, $compileNode);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue