We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d1e10 commit a59976bCopy full SHA for a59976b
1 file changed
docs/content/error/compile/tplrt.ngdoc
@@ -6,7 +6,7 @@
6
When a directive is declared with `template` (or `templateUrl`) and `replace` mode on, the template
7
must have exactly one root element. That is, the text of the template property or the content
8
referenced by the templateUrl must be contained within a single html element.
9
-For example, '<p>blah <em>blah</em> blah</p>' instead of simply 'blah <em>blah</em> blah'.
+For example, `<p>blah <em>blah</em> blah</p>` instead of simply `blah <em>blah</em> blah`.
10
Otherwise, the replacement operation would result in a single element (the directive) being replaced
11
with multiple elements or nodes, which is unsupported and not commonly needed in practice.
12
0 commit comments