aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/ngInclude.js
diff options
context:
space:
mode:
authorMark Jones2014-03-08 13:15:37 -0600
committerBrian Ford2014-03-17 13:20:06 -0700
commitd3aa14bc11ef26587f88d3e3abf52fae3bad964a (patch)
treeeb03bbf8391ef4ed8d6f5c3cd64f2f92be78a7ca /src/ng/directive/ngInclude.js
parentcd49876e34a9281f141526437c68f733b465d0cf (diff)
downloadangular.js-d3aa14bc11ef26587f88d3e3abf52fae3bad964a.tar.bz2
docs(ngInclude): make the quote type explicit
Diffstat (limited to 'src/ng/directive/ngInclude.js')
-rw-r--r--src/ng/directive/ngInclude.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/ngInclude.js b/src/ng/directive/ngInclude.js
index a41b78b2..38a9e005 100644
--- a/src/ng/directive/ngInclude.js
+++ b/src/ng/directive/ngInclude.js
@@ -32,7 +32,7 @@
* @priority 400
*
* @param {string} ngInclude|src angular expression evaluating to URL. If the source is a string constant,
- * 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'"`.
* @param {string=} onload Expression to evaluate when a new partial is loaded.
*
* @param {string=} autoscroll Whether `ngInclude` should call {@link ng.$anchorScroll