From 58990c8a7f8aac455adebd02d7cdd506c06e2dfb Mon Sep 17 00:00:00 2001 From: Jesse Palmer Date: Thu, 30 Jan 2014 22:21:57 -0500 Subject: [PATCH] Update cacheFactory.js Updated example formatting. --- src/ng/cacheFactory.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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.