Skip to content

Releases: chouseknecht/angular-scheduler

AMD/CJS/UMD support

07 Sep 23:11
Compare
Choose a tag to compare
Merge pull request #4 from xaneem/patch-1

Fixed JSON error

0.0.20

18 Aug 15:37
Compare
Choose a tag to compare
update deps

Latest changes

11 May 19:02
Compare
Choose a tag to compare

Handle edge case where schedulerInterval might be provided as a string.

Latest changes

11 May 18:50
Compare
Choose a tag to compare

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

11 May 18:40
Compare
Choose a tag to compare
Latest changes Pre-release
Pre-release

Assert form validation on event msg loadSchedulerDetailPane, emit an event msg updateSchedulerSelects to load Select2 options.

Latest changes

11 May 18:37
Compare
Choose a tag to compare
Latest changes Pre-release
Pre-release

Added callback support to methods that fire on end and start time changes: schedulerEndChange() scheduleTimeChange()

Latest changes

05 Apr 23:28
Compare
Choose a tag to compare

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

05 Apr 07:11
Compare
Choose a tag to compare

Fixed date display on the details page.

Latest changes

03 Apr 19:04
Compare
Choose a tag to compare

-Improved weekday styling
-Fixed weekday select/deselect to accurately update the angular model

Latest changes

03 Apr 18:23
Compare
Choose a tag to compare

Fixed data conversion errors from incoming rrule value and when outgoing rrule contains UNTIL.