Bazza

Results 2 issues of Bazza

System.out.println(CronExpressionDescriptor.getDescription("0 */5 8-17 ? * *")); The description is `Every 5 minutes, between 8:00 AM and 5:00 PM` It _should_ be `Every 5 minutes, between 08:00 AM and 05:59 PM`...

I programmatically minimise one pane (set to zero), but the splitPaneProperties are only half-updated. e.g. If I $watch('splitPaneProperties') On page load: ``` {firstComponentSize: 420, lastComponentSize: 471} ``` Set 2nd pane...