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
Note that the $event object has been changed for checkbox and is now of type MdCheckboxChange (see here). Setting it as an object results in always being true (and will result in an invalid type assignment with the offline compiler).
Bug, feature request, or proposal:
Bug
What is the expected behavior?
The user should check/uncheck the checkboxes without any issue.
There should be no performance issues.
What is the current behavior?
App freezes because
zone.js
seems to enter in an infinite loop (see screenshot below)What are the steps to reproduce?
Here http://plnkr.co/edit/VWoFD33JedmlFWjIOpIN?p=preview
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, browsers are affected?
Is there anything else we should know?
The app is frozen and unusable.

The text was updated successfully, but these errors were encountered: