GitHub user MichaelArthurAnderson opened a pull request: https://github.com/apache/climate/pull/488
CLIMATE-943 TypeError: Cannot set property uiDateValidator of undefined CLIMATE-943 TypeError: Cannot set property uiDateValidator of undefined - Upgraded to AngularJS 1.5 to fix error with date validator. - Fixed issue in which date widget would not launch. - Fixed issue in worldmap.js in which NaN lon / lat were processed which was throwing JavasScript error. - Fixed issue in timeline.js in which undefined dates were process which was throwing JavasScript error. - Fixed issue in which RCMED selection resets and throws JavaScript error. - Removed explicit call to $scope.$apply(); which was throwing JavasScript error. - Replace fa-remove with fa-times to restore missing dataset deletion icons. - Changed copyright date to 2018. You can merge this pull request into a Git repository by running: $ git pull https://github.com/MichaelArthurAnderson/climate CLIMATE-943 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/climate/pull/488.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #488 ---- commit fa2098fc116062261c96b643112be2fb79f00eeb Author: Michael Anderson <michaelanderson@...> Date: 2018-01-06T16:33:48Z CLIMATE-943 TypeError: Cannot set property uiDateValidator of undefined ---- ---