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.
Possible bug: Optional binding =? not required anymore in 1.4 where it is in 1.3 #13367
Closed
Description
This is a follow up to #9216 (comment)
I noticed that there is a breaking change regarding =?
between 1.3
and 1.4
.
This example throws with an exception when you try to toggle the second zippy because it doesn't use the open binding and the binding isn't marked as optional. The example is based on 1.3.
http://plnkr.co/edit/Ef2iKOde3TmGzJHRGEhE?p=preview
The same example using 1.4 does not throw however.