Missing injection

This commit is contained in:
Bjarke Berg
2019-03-18 10:14:23 +01:00
parent 51be2a5baf
commit 212b0ba932
2 changed files with 131 additions and 342 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -22,7 +22,7 @@ function startUpVideosDashboardController($scope, dashboardResource) {
angular.module("umbraco").controller("Umbraco.Dashboard.StartupVideosController", startUpVideosDashboardController);
function startUpDynamicContentController($timeout, $scope, dashboardResource, assetsService, tourService, eventsService) {
function startUpDynamicContentController($q, $timeout, $scope, dashboardResource, assetsService, tourService, eventsService) {
var vm = this;
var evts = [];