fix(calendar(js)): remove unused injected module in PrintController

pull/283/head
Francis Lachapelle 2020-07-01 15:20:56 -04:00
parent 0c314a33e6
commit 5087582b75
1 changed files with 2 additions and 2 deletions

View File

@ -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',