diff --git a/src/Umbraco.Web.UI.Client/src/views/common/navigation.controller.js b/src/Umbraco.Web.UI.Client/src/views/common/navigation.controller.js index 4ab8df9059..bc88a561bb 100644 --- a/src/Umbraco.Web.UI.Client/src/views/common/navigation.controller.js +++ b/src/Umbraco.Web.UI.Client/src/views/common/navigation.controller.js @@ -91,6 +91,8 @@ function NavigationController($scope,$rootScope, $location, $log, $routeParams, //not legacy, lets just set the route value and clear the query string if there is one. $location.path(n.routePath).search(""); } + + navigationService.hideNavigation(); }); /** Opens a dialog but passes in this scope instance to be used for the dialog */