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
In Angular 1.6.x ng-model-options should be using getOption(name):
Because each access to ngModelOptions. will give us undefined value. So this way timezone (or any other property) given to ngModelOptions is not working
The text was updated successfully, but these errors were encountered:
Any update on this one? updateOn: 'blur' doesn't seem to be working for me and I'm not seeing createChild or getOption in ngModelOptions when I step through.
In Angular 1.6.x ng-model-options should be using getOption(name):
Because each access to ngModelOptions. will give us undefined value. So this way timezone (or any other property) given to ngModelOptions is not working
The text was updated successfully, but these errors were encountered: