datepicker.html 300 B

12345
  1. <div ng-switch="datepickerMode" role="application" ng-keydown="keydown($event)">
  2. <uib-daypicker ng-switch-when="day" tabindex="0"></uib-daypicker>
  3. <uib-monthpicker ng-switch-when="month" tabindex="0"></uib-monthpicker>
  4. <uib-yearpicker ng-switch-when="year" tabindex="0"></uib-yearpicker>
  5. </div>