jfmdev / ngComboDatePicker

Angular directive to select dates using combo boxes
Mozilla Public License 2.0
23 stars 20 forks source link

Fix #28: Allow to apply ngDisabled to each of select fields #29

Closed jrencz closed 7 years ago

jrencz commented 7 years ago

TODO:

@jfmdev How does one minify the source? With that settings?

jfmdev commented 7 years ago

Hi jrencz,

In order to minify I simple use the site https://jscompress.com/

I hope you don't mind, but I merged the attributes ngDisabledDate, ngDisabledMonth and ngDisabledYear into a single attribute ( ngDisabled) which can receive either a boolean (for disable all combo boxes at the same time) or an array of booleans (for disable the combo boxes individually).

Regards