Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This involved two fixes: - recreating the config on resume so that the end date is reset (`list.js`), and - setting "today" to the correct date when the datepicker is opened (`ionic-datepicker.bundle.min.js`) I have also added build instructions to my fork of the ionic-datepicker repo, but in case I delete the fork later, the instructions are: Install node 10.19.0 ([gulp-sass will fail for more recent version of node](nodejs/node-gyp#1763)) ``` node -v v10.19.0 ``` Install and check gulp version ``` npm install npm list | grep gulp ├─┬ gulp@3.9.0 ``` Build ``` npx gulp build ``` Testing done: Followed the steps in e-mission/e-mission-docs#531 (comment) Both end date and today are updated correctly
- Loading branch information