mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-04 06:32:18 +00:00
(js) Display event ghost block start/end hours
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
/**
|
||||
* @ngInject
|
||||
*/
|
||||
stateEventsBlocks.$inject = ['$stateParams', 'Component', 'Calendar', ];
|
||||
stateEventsBlocks.$inject = ['$stateParams', 'Component', 'Calendar'];
|
||||
function stateEventsBlocks($stateParams, Component, Calendar) {
|
||||
// See CalendarController.js
|
||||
return Component.$eventsBlocksForView($stateParams.view, $stateParams.day.asDate())
|
||||
|
||||
Reference in New Issue
Block a user