Adding missing service injection which broke discard changes dialog

This commit is contained in:
Robert
2018-05-01 13:16:13 +02:00
parent be4ea93d12
commit adfc8769e6

View File

@@ -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){