diff --git a/src/ng/cacheFactory.js b/src/ng/cacheFactory.js index 0e887c81e11b..edec96a76c37 100644 --- a/src/ng/cacheFactory.js +++ b/src/ng/cacheFactory.js @@ -203,16 +203,15 @@ function $CacheFactoryProvider() { * `$templateCache` service directly. * * Adding via the `script` tag: - *
- * - * + * + *+ * + * * * **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.+ * * - * * ... - * - *