Michel Couillard
Michel Couillard
@franklloydteh @molikh @vivekrc can you have a look at my [beenote](https://github.com/beenote/angular-material-datetimepicker) branch? I have but an option (auto-ok="true") to select date and time with one click.
@bmwertman can you retest with angular material 1.1.1 and angular-material-datetimepicker 1.5.1
@bmwertman there is no scroll bar, but I can scroll it up and down on Android 7, Ionic 1.3.3, ng-material-datetimepicker 1.6.2, angular 1.5.3, angular-material 1.1.4
Redefine some background and color and include them in a .css after material-datetimepicker.css ``` .dtp table.dtp-picker-days tr > td > a.selected { background: blue; } .dtp table.dtp-picker-days tr > td...
Yes you can submit a PR here `.dtp-primary-color .dtp-accent-color`
Since [1.8.1](https://github.com/beenote/angular-material-datetimepicker/releases/tag/v1.8.1), change color when selecting hours, minutes or seconds. ``` .dtp table.dtp-picker-days tr > td > a.selected, .dtp table.dtp-picker-days tr > td > a.selected.hilite, .dtp div.dtp-date, .dtp div.dtp-time, .dtp...
Duplicates #62
In this version 'skipHide' is used, but it have been deprecated in AM. Now they use 'multiple'. Duplicate of #119.
Tested with IE11, the [demo page](http://logbon72.github.io/angular-material-datetimepicker/) have scripts loaded at the end of the body. I prefer to load them in the head, this way it seems faster with IE.
You can only set minutes by jump of 5 minutes.