alenaksu / mdPickers

Material Design date/time pickers for Angular Material
MIT License
293 stars 216 forks source link

Feature/set dialog labels via options #156

Open ilDon opened 7 years ago

ilDon commented 7 years ago

In certain scenarios I need to set the labels of the dialogs after the config phase (e.g. the language has been changed by the user).

To achieve this, I've added the ability to set the label though the options passed to $mdpDatePicker and $mdpTimePicker.

dpoetzsch commented 7 years ago

Maybe a duplicate of #97?