Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d3aa14b

Browse files
mark0978btford
authored andcommitted
docs(ngInclude): make the quote type explicit
1 parent cd49876 commit d3aa14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngInclude.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* @priority 400
3333
*
3434
* @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'"`.
35+
* make sure you wrap it in **single** quotes, e.g. `src="'myPartialTemplate.html'"`.
3636
* @param {string=} onload Expression to evaluate when a new partial is loaded.
3737
*
3838
* @param {string=} autoscroll Whether `ngInclude` should call {@link ng.$anchorScroll

0 commit comments

Comments
 (0)