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
I think that a behavior is incorrect with the aurelia bindings. When you have a binded property with an object and try to assign null to it, the Aurelia will accept null for the first time and than set an anonymous object as the new value in sequence. So this simple code will never work.
I think that a behavior is incorrect with the aurelia bindings. When you have a binded property with an object and try to assign null to it, the Aurelia will accept null for the first time and than set an anonymous object as the new value in sequence. So this simple code will never work.
Check the plunker here: http://plnkr.co/edit/OpNfWu
Just do the following steps with the console opened:
You will see that even if I set the car to null it will be recreated. The zombie object always arises again.
The text was updated successfully, but these errors were encountered: