I'm using DayPilot Scheduler with angularJS.
and I used following codes.
$scope.dpc = new DayPilot.Scheduler("dpcalendar");
$scope.dpc.businessBeginsHour = 8;
$scope.dpc.businessEndsHour = 18;
$scope.dpc.ShowNonBusiness=false;
But scheduler is not rendering businessBeginsHour & businessEndsHour . Its starting from 12 AM and ending with 11 PM. Can anyone help me to resolve this issue?.