Gillardo / bootstrap-ui-datetime-picker

AngularJs directive to allow use of the bootstrap UI date/time pickers in a single dropdown
MIT License
306 stars 168 forks source link

Angular 1.6.x ng-model-options issue #180

Open slavede opened 7 years ago

slavede commented 7 years ago

In Angular 1.6.x ng-model-options should be using getOption(name):

image

Because each access to ngModelOptions. will give us undefined value. So this way timezone (or any other property) given to ngModelOptions is not working

Gillardo commented 7 years ago

Please create PR

coryvb123 commented 6 years ago

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.