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
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