We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a380b4 commit 5d7763eCopy full SHA for 5d7763e
src/ng/cacheFactory.js
@@ -369,7 +369,8 @@ function $CacheFactoryProvider() {
369
* ```
370
*
371
* **Note:** the `script` tag containing the template does not need to be included in the `head` of
372
- * the document, but it must be below the `ng-app` definition.
+ * the document, but it must be a descendent of the {@link ng.$rootElement $rootElement} (IE,
373
+ * element with ng-app attribute), otherwise the template will be ignored.
374
375
* Adding via the $templateCache service:
376
0 commit comments