Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f8f97f8

Browse files
committed
style($templateCache): remove trailing whitespace
This was introduced by 2ca6d65, somewhat inexplicably as I had run grunt ci-checks locally. But regardless, this should fix this up.
1 parent 2ca6d65 commit f8f97f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ng/cacheFactory.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -208,13 +208,13 @@ function $CacheFactoryProvider() {
208208
* `$templateCache` service directly.
209209
*
210210
* Adding via the `script` tag:
211-
*
211+
*
212212
* ```html
213213
* <script type="text/ng-template" id="templateId.html">
214214
* <p>This is the content of the template</p>
215215
* </script>
216216
* ```
217-
*
217+
*
218218
* **Note:** the `script` tag containing the template does not need to be included in the `head` of
219219
* the document, but it must be below the `ng-app` definition.
220220
*

0 commit comments

Comments
 (0)