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
When using ng-model-options="{ updateOn: 'submit' }", if multiple values are select only 1 is saved to the model. Somehow the watch on checked is only triggered once.
The text was updated successfully, but these errors were encountered:
When using
ng-model-options="{ updateOn: 'submit' }"
, if multiple values are select only 1 is saved to the model. Somehow the watch onchecked
is only triggered once.The text was updated successfully, but these errors were encountered: