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 was archived by the owner on Apr 12, 2024. It is now read-only.
I am using a checkbox bind to json object where the value is numeric 1 or 0. Angularjs doesn't seem to work properly if the value of the model is numeric.
See this plunkr below and note that "value2" model obj given numeric value 1 and having the checkbox field with ng-true-value='1' doesn't make the checkbox checked.