diff --git a/src/ng/cacheFactory.js b/src/ng/cacheFactory.js index 5d7c8c65..69c4ed93 100644 --- a/src/ng/cacheFactory.js +++ b/src/ng/cacheFactory.js @@ -208,13 +208,13 @@ function $CacheFactoryProvider() { * `$templateCache` service directly. * * Adding via the `script` tag: - * + * * ```html * * ``` - * + * * **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. *