From d3aa14bc11ef26587f88d3e3abf52fae3bad964a Mon Sep 17 00:00:00 2001 From: Mark Jones Date: Sat, 8 Mar 2014 13:15:37 -0600 Subject: docs(ngInclude): make the quote type explicit --- src/ng/directive/ngInclude.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3