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 my project I need to open datepicker in year mode with inited ngModel value.
For example ngModel is new Date(1900, 0, 1) and [datepickerMode]="'year'", but result is on the screen #below.
The text was updated successfully, but these errors were encountered:
dssorokin
changed the title
Datepicker opened in month mode with inited ngModel.
Datepicker opened in month mode although year mode was choosen
Apr 18, 2017
In my project I need to open datepicker in year mode with inited ngModel value.
For example ngModel is new Date(1900, 0, 1) and [datepickerMode]="'year'", but result is on the screen #below.
The text was updated successfully, but these errors were encountered: