This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
mdCheckbox: wrong display state when using ngChecked #1550
Closed
Description
CodePen example: http://codepen.io/anon/pen/zxWrGP?editors=101
In the example, ngChecked
and ngClick
are used to track a list of multiple selected items. The mdCheckbox
es display correct state when the model is manipulated by the standard checkboxes. However, after interacting with the mdCheckbox
es, their display state is reversed. Using the standard checkboxes again fixes the mdCheckbox
state.
(Related: ngChecked
initially implemented for #535)