aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaitlin Potter2014-03-17 21:47:25 -0400
committerCaitlin Potter2014-03-17 21:47:25 -0400
commitf8f97f8b61fb3f4e831e8aae12509bd173f86b59 (patch)
tree8c5d4cc9b8f3f14971f6988c4235ae48f1c86101
parent2ca6d650e8a13cee28f11c38622cab231787325f (diff)
downloadangular.js-f8f97f8b61fb3f4e831e8aae12509bd173f86b59.tar.bz2
style($templateCache): remove trailing whitespace
This was introduced by 2ca6d650e8a13cee28f11c38622cab231787325f, somewhat inexplicably as I had run grunt ci-checks locally. But regardless, this should fix this up.
-rw-r--r--src/ng/cacheFactory.js4
1 files changed, 2 insertions, 2 deletions
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
* <script type="text/ng-template" id="templateId.html">
* <p>This is the content of the template</p>
* </script>
* ```
- *
+ *
* **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.
*