mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +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;
|
||||
|
||||
// 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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue