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.
Hmm, it was still broken in beta 18 (see http://plnkr.co/edit/K9TUmFhBc7o0ClhJJOyE?p=preview) so it must have been fixed in the last 5 days; the only fix commits during this time are bf0e837 and b9389b2 (this is probably not linked). So it was either one of the mentioned commits or Igor's perf optimisations that have fixed this.
Good that this is fixed but I'm a bit surprised that we haven't had any test that could catch this issue :-/ @rodyhaddad - before I start bisecting - does bf0e837 sound like a possible fix for this issue? Do we need any additional test for this case?
1.3.0-beta.15 and earlier
Multiple expressions in the same tag are evaluated normally.
Output:
2 4
Output:
2 4
1.3.0-beta.16 and later
Multiple expressions in the same tag are not evaluated (except when they are in separate tags).
Output:
{{1+1}} {{2+2}}
Output:
2 4
Is this change intentional? It is not mentioned in the 1.3.0-beta.16 changelog.
The text was updated successfully, but these errors were encountered: