Closed
Description
- Do you want to request a feature or report a bug?: Bug
- What is the current behavior? => When user clicks on the checkbox for the first time, (change) event doesnt fire. But when user clicks for the second time or so on, change event is getting fired.
Plunker containing both md-checkbox and normal angular checkbox. Change event is getting fired for angular checkbox when user clicks on it for the first time. But change event is not getting fired when user clicks material2 checkbox for the first time.
Plunker: http://plnkr.co/edit/m6RlpCMoXc783pe5mGDu?p=preview
- What is the expected behavior? ==> change event should get fired when user clicks on checkbox for the first time.
Workaround ==> add [checked]=false to to make it work.