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
{{ message }}
This repository has been archived by the owner on Apr 30, 2018. It is now read-only.
Working with multiCheckbox I found an issue. As demonstrated in this jsbin. In the first case, I predefine checkbox values in options array, and then I simulate async population of the values and in the UI we can see checked checkbox. In the second case I simulate async loading of the checkbox values and when I populate values, the checkbox is not checked.
The text was updated successfully, but these errors were encountered:
@m0t0r I think this is a problem. It is because of the funky things that have to be done to get multicheckboxes to work in angular. The code is not watching the model value for external changes.
Working with
multiCheckbox
I found an issue. As demonstrated in this jsbin. In the first case, I predefine checkbox values in options array, and then I simulate async population of the values and in the UI we can see checked checkbox. In the second case I simulate async loading of the checkbox values and when I populate values, the checkbox is not checked.The text was updated successfully, but these errors were encountered: