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
parent 2ca6d650e8
commit f8f97f8b61

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.
*