aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/compile.js
diff options
context:
space:
mode:
authorKamil Pekala2014-02-04 13:41:47 +0100
committerCaitlin Potter2014-02-04 08:45:48 -0500
commit0da6cc91186a04b089994293c0dfcda11851dd2d (patch)
treebb0f56bd1a4a828308794253c2cf47bd97d5521e /src/ng/compile.js
parentcc60ba1f357e13145222011ba97e6b0694937f82 (diff)
downloadangular.js-0da6cc91186a04b089994293c0dfcda11851dd2d.tar.bz2
docs($compile): fixed syntax error.
"how to" was written twice in a row. Closes #6110
Diffstat (limited to 'src/ng/compile.js')
-rw-r--r--src/ng/compile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/compile.js b/src/ng/compile.js
index 36c23086..63523c04 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);