We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd49876 commit d3aa14bCopy full SHA for d3aa14b
1 file changed
src/ng/directive/ngInclude.js
@@ -32,7 +32,7 @@
32
* @priority 400
33
*
34
* @param {string} ngInclude|src angular expression evaluating to URL. If the source is a string constant,
35
- * make sure you wrap it in quotes, e.g. `src="'myPartialTemplate.html'"`.
+ * make sure you wrap it in **single** quotes, e.g. `src="'myPartialTemplate.html'"`.
36
* @param {string=} onload Expression to evaluate when a new partial is loaded.
37
38
* @param {string=} autoscroll Whether `ngInclude` should call {@link ng.$anchorScroll
0 commit comments