indrimuska / angular-moment-picker

Angular Moment Picker is an AngularJS directive for date and time picker using Moment.js.
http://indrimuska.github.io/angular-moment-picker/
MIT License
527 stars 229 forks source link

Set different start-view based on value #300

Open CJDennis opened 3 years ago

CJDennis commented 3 years ago

Is it possible to have a different start-view based on the value of the control? If there's no data I want it to start on year, but if it's already set I want it to start on hour. Otherwise changing the smallest part of the date-time requires you to select all the previous parts first.