diff --git a/src/ng/cacheFactory.js b/src/ng/cacheFactory.js index c5914649d556..64be3d0f7e45 100644 --- a/src/ng/cacheFactory.js +++ b/src/ng/cacheFactory.js @@ -369,7 +369,8 @@ function $CacheFactoryProvider() { * ``` * * **Note:** the `script` tag containing the template does not need to be included in the `head` of - * 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, + * element with ng-app attribute), otherwise the template will be ignored. * * Adding via the $templateCache service: *