diff options
| author | Caitlin Potter | 2014-03-17 21:47:25 -0400 |
|---|---|---|
| committer | Vojta Jina | 2014-03-21 11:42:18 -0700 |
| commit | 5b7f1bcc009ac5574da39b25859de3ed3b48abf5 (patch) | |
| tree | 4cab4d9f55c46e1a73515204cb5d936ecd66dc97 | |
| parent | 9ab594a66c6385434132c8ffc1ed9ed17bae8298 (diff) | |
| download | angular.js-5b7f1bcc009ac5574da39b25859de3ed3b48abf5.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.js | 4 |
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. * |
