You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
the first div correctly turns the escaped interpolation markers back into {{ ... }}
the second div doesn't, because there is no interpolation used elsewhere in the element text
What is the expected behavior?
Escaped interpolation markers should always be unescaped (after interpolation)
What is the motivation / use case for changing the behavior?
Currently it's impossible to escape {{ ... }} and have it always render correctly (without resorting to hacks like always inserting an empty interpolation at the start of each value).
Which version of Angular, and which browser and OS does this issue affect? Did this work in previous
versions of Angular? Please also test with the latest stable and snapshot versions.
I wasn't able to find a nightly link, but looking at the source it hasn't changed recently.