From 2ca6d650e8a13cee28f11c38622cab231787325f Mon Sep 17 00:00:00 2001 From: Jesse Palmer Date: Thu, 30 Jan 2014 22:21:57 -0500 Subject: docs($templateCache): use GFM example format rather than
tags
Updated example formatting.
Closes #6068
---
src/ng/cacheFactory.js | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/src/ng/cacheFactory.js b/src/ng/cacheFactory.js
index c16c1e1f..5d7c8c65 100644
--- a/src/ng/cacheFactory.js
+++ b/src/ng/cacheFactory.js
@@ -208,17 +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.
*
--
cgit v1.2.3