Adds in missing $scope dependency for Dynamic Dashboard Controller

This commit is contained in:
Warren
2018-04-04 08:28:41 +01:00
parent 683b47bae5
commit 4047fb119d

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 = [];