This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
$eval incorrectly renders boolean values when there's an error #12089
Closed
Description
In 1.4.0, with a.b
being undefined
(thus triggering an error):
{{ true && a.b.c }} => 'true'
{{ false || a.b.c }} => 'false'
Plunkr: http://plnkr.co/edit/Z0OYWcLgqEa0Hil9RyGd?p=preview
This works as expected in 1.3.15: http://plnkr.co/edit/WQ15uAjNYdKEmpeQwvQT?p=preview
Metadata
Metadata
Assignees
Labels
No labels