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 Sep 5, 2024. It is now read-only.
If I add ng-model-options="{updateOn:'blur'}" to a md-checkbox it is not updating the ng-model after i click on something else. It works fine in firefox and chrome, but not in IE11.
You can reproduce this easly using the codepen that can be reached at https://material.angularjs.org/latest/demo/checkbox the one in basic usage, just add ng-model-options="{updateOn:'blur'}" to the first checkbox.