beenote / angular-material-datetimepicker

Date time picker for Angular Material JS
https://beenote.github.io/angular-material-datetimepicker
MIT License
44 stars 31 forks source link

Add orientation support in respect of the material designs guidelines for picker #11

Closed dariusjb closed 5 years ago

dariusjb commented 7 years ago

As a new feature, I would like the support of material design guideline when orientation changes

See: https://material.io/guidelines/components/pickers.html

I would be able to propose a new template for the support but I am not sure the current template declaration allows any overwrite.

hexadecy commented 7 years ago

Since Angular Material 1.1.4 they added to $mdMedia landscape and portrait. This should only be used for mobile, as $mdMedia is called on each small resize of the window.

hexadecy commented 5 years ago

Maybe not that useful.