docs(ngInclude): make the quote type explicit

This commit is contained in:
Mark Jones
2014-03-08 13:15:37 -06:00
committed by Vojta Jina
parent 9226b36572
commit 57b0d91fd8

View File

@@ -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