You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.
This ticket is regarding a feature implemented a few days ago #418 .
The problem is that in the week view, the slots passed to the function are only for the first day of the week and the rest are not. This way the calendar week view could not be properly painted as not all days/slots are passed to the callback and so the callback function can not apply correct CSS classes to the not available cells.
I guess this is because of the implementation of the current row/col system that is used in the week view? I guess each time slot requires its own cell in order that to work properly.
Versions
Angular: 1.4.9
Calendar directive: 0.23.0
Browser name and version:
Every browser
The text was updated successfully, but these errors were encountered:
Sh1d0w
changed the title
Bug with cell modifier function for day view
Bug with cell modifier function for week view
Aug 15, 2016
Bug description
This ticket is regarding a feature implemented a few days ago #418 .
The problem is that in the week view, the slots passed to the function are only for the first day of the week and the rest are not. This way the calendar week view could not be properly painted as not all days/slots are passed to the callback and so the callback function can not apply correct CSS classes to the not available cells.
I guess this is because of the implementation of the current row/col system that is used in the week view? I guess each time slot requires its own cell in order that to work properly.
Versions
Angular: 1.4.9
Calendar directive: 0.23.0
Browser name and version:
Every browser
The text was updated successfully, but these errors were encountered: