style($templateCache): remove trailing whitespace

This was introduced by 2ca6d650e8, somewhat inexplicably as I had run
grunt ci-checks locally. But regardless, this should fix this up.
This commit is contained in:
Caitlin Potter
2014-03-17 21:47:25 -04:00
committed by Vojta Jina
parent 9ab594a66c
commit 5b7f1bcc00
+2 -2
View File
@@ -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.
*