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

Commit e44fa7f

Browse files
committed
fixup! docs(CHANGELOG.MD): add changes for 1.7.0-rc.0
1 parent 4795979 commit e44fa7f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,17 @@ Where now the `oldValue` will always equal the previous `newValue`:
775775
| `a=b=3` | [3, 2] | [1, 2] |
776776

777777

778+
### **$templateRequest** due to:
779+
- **([fb0099](https://github.com/angular/angular.js/commit/fb00991460cf69ae8bc7f1f826363d09c73c0d5e)**: always return the template that is stored in the cache
780+
781+
The service now returns the result of `$templateCache.put()` when making a server request to the
782+
template. Previously it would return the content of the response directly.
783+
This now means if you are decorating `$templateCache.put()` to manipulate the template, you will
784+
now get this manipulated result also on the first `$templateRequest` rather than only on subsequent
785+
calls (when the template is retrived from the cache).
786+
In practice this should not affect any apps, as it is unlikely that they rely on the template being
787+
different in the first and subsequent calls.
788+
778789
<a name="1.6.10"></a>
779790
# 1.6.10 (2018-04-11)
780791

0 commit comments

Comments
 (0)