Adds in missing $scope dependency for Dynamic Dashboard Controller

This commit is contained in:
Warren
2018-04-04 08:28:41 +01:00
parent 047a05cfb3
commit ebbd05dc97

View File

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