diff options
| author | Mark Jones | 2014-03-08 13:15:37 -0600 | 
|---|---|---|
| committer | Vojta Jina | 2014-03-21 11:42:17 -0700 | 
| commit | 57b0d91fd88982ddcc002f038426685e85ce04b2 (patch) | |
| tree | ed6dc32c1ffd067a69b07b33569cfe764942166a /src/ng | |
| parent | 9226b3657203ea44d25507370c98d9aee5a3e018 (diff) | |
| download | angular.js-57b0d91fd88982ddcc002f038426685e85ce04b2.tar.bz2 | |
docs(ngInclude): make the quote type explicit
Diffstat (limited to 'src/ng')
| -rw-r--r-- | src/ng/directive/ngInclude.js | 2 | 
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 | 
