(js) Display event ghost block start/end hours

This commit is contained in:
Francis Lachapelle
2016-01-21 20:46:04 -05:00
parent 54100c1f78
commit f1873edf21
5 changed files with 11 additions and 11 deletions
@@ -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())