From adfc8769e626879160d39d3e7fcaabe5dd2ec8db Mon Sep 17 00:00:00 2001 From: Robert Date: Tue, 1 May 2018 13:16:13 +0200 Subject: [PATCH] Adding missing service injection which broke discard changes dialog --- .../views/common/notifications/confirmroutechange.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/common/notifications/confirmroutechange.controller.js b/src/Umbraco.Web.UI.Client/src/views/common/notifications/confirmroutechange.controller.js index 5851d30610..eb2b0e5930 100644 --- a/src/Umbraco.Web.UI.Client/src/views/common/notifications/confirmroutechange.controller.js +++ b/src/Umbraco.Web.UI.Client/src/views/common/notifications/confirmroutechange.controller.js @@ -1,6 +1,6 @@ //used for the media picker dialog angular.module("umbraco").controller("Umbraco.Notifications.ConfirmRouteChangeController", - function ($scope, $location, $log, notificationsService) { + function ($scope, $location, $log, notificationsService, navigationService) { $scope.discard = function(not){