Releases: chouseknecht/angular-scheduler
AMD/CJS/UMD support
Merge pull request #4 from xaneem/patch-1 Fixed JSON error
0.0.20
update deps
Latest changes
Handle edge case where schedulerInterval
might be provided as a string.
Latest changes
Retool schedulerEndChange()
to filter new schedulerEndHour
schedulerEndMinute
schedulerEndSecond
fields and adjust where schedulerEndDt
is set to only be calculated if the "end on date" option is selected.
Latest changes
Assert form validation on event msg loadSchedulerDetailPane
, emit an event msg updateSchedulerSelects
to load Select2 options.
Latest changes
Added callback support to methods that fire on end and start time changes: schedulerEndChange()
scheduleTimeChange()
Latest changes
Modified spinner directive to transfer value to angular model immediately on stop rather than on change. Object was returning a value different from what was being presented on screen.
Latest changes
Fixed date display on the details page.
Latest changes
-Improved weekday styling
-Fixed weekday select/deselect to accurately update the angular model
Latest changes
Fixed data conversion errors from incoming rrule value and when outgoing rrule contains UNTIL.