rvalenciano / ngx-cron-jobs-orig

Angular > 2 version of angular-cron-jobs.
https://yp2.github.io/ngx-cron-jobs/
9 stars 10 forks source link

Select default value for week, month and year #3

Closed WhistlerHusky closed 6 years ago

WhistlerHusky commented 7 years ago

When I select "week", the default selection for weekday is empty.

but actually, it's 0 (Sunday). so I think it should display Sunday as default.

and month and year should be the same. those default value look like 0, so if a user does not select the value, it cause an error.

rvalenciano commented 6 years ago

Hi, currently I'm refactoring a bit the library to a more appropriate format as library. As part of the refactor I'll be doing this issue.

yp2 commented 6 years ago

Fixed in this rewrite and refactor https://github.com/yp2/ngx-cron-jobs.