Closed shabalin closed 9 years ago
This relates to the fact that you are binding to an undefined property. If you add the selection property to your model, the problem goes away. It's always better to define the properties, not just for Aurelia but also for improved performance in the JS VM.
thanks a lot, Rob!
Please check this http://plnkr.co/edit/0dv37svfh2FflZvLdZ7n out