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

Ability to hide Today button #36

Closed andreyjkee closed 6 years ago

andreyjkee commented 6 years ago

Please add param to hide Today button

andreyjkee commented 6 years ago

can be solved via css styling:

button.dtp-btn-today.md-button.md-button.md-ink-ripple {
  display none
}

md-dialog md-dialog-actions.dtp-buttons {
  display flex
  justify-content space-between
}
hexadecy commented 6 years ago

I added some one-time binding with this change, I suppose it's marginally lighter than your css trick.