blob: d515832e535eb9382fd1b5bd5cb974c466c852f9 [file] [log] [blame]
Matteo Scandolo46b56102015-12-16 14:23:08 -08001<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>