diff options
| author | Caitlin Potter | 2014-03-17 21:47:25 -0400 | 
|---|---|---|
| committer | Caitlin Potter | 2014-03-17 21:47:25 -0400 | 
| commit | f8f97f8b61fb3f4e831e8aae12509bd173f86b59 (patch) | |
| tree | 8c5d4cc9b8f3f14971f6988c4235ae48f1c86101 /src/ng/cacheFactory.js | |
| parent | 2ca6d650e8a13cee28f11c38622cab231787325f (diff) | |
| download | angular.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.
Diffstat (limited to 'src/ng/cacheFactory.js')
| -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.   * | 
