From 5087582b7591d2caa31864a5fb29963dd0bf1492 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 1 Jul 2020 15:20:56 -0400 Subject: [PATCH] fix(calendar(js)): remove unused injected module in PrintController --- UI/WebServerResources/js/Scheduler/CalendarController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UI/WebServerResources/js/Scheduler/CalendarController.js b/UI/WebServerResources/js/Scheduler/CalendarController.js index 21e5c3fcd..7bdd9658e 100644 --- a/UI/WebServerResources/js/Scheduler/CalendarController.js +++ b/UI/WebServerResources/js/Scheduler/CalendarController.js @@ -209,8 +209,8 @@ /** * @ngInject */ - PrintController.$inject = ['$rootScope', '$scope', '$window', '$stateParams', '$mdDialog', '$log', '$mdToast', 'Dialog', 'sgSettings', 'Preferences', 'Calendar', 'calendarView', 'visibleList']; - function PrintController($rootScope, $scope, $window, $stateParams, $mdDialog, $log, $mdToast, Dialog, Settings, Preferences, Calendar, calendarView, visibleList) { + PrintController.$inject = ['$rootScope', '$scope', '$window', '$stateParams', '$mdDialog', '$log', 'Dialog', 'sgSettings', 'Preferences', 'Calendar', 'calendarView', 'visibleList']; + function PrintController($rootScope, $scope, $window, $stateParams, $mdDialog, $log, Dialog, Settings, Preferences, Calendar, calendarView, visibleList) { var vm = this; var orientations = { day: 'portrait',