diff --git a/src/Umbraco.Web.UI.Client/src/routes.js b/src/Umbraco.Web.UI.Client/src/routes.js index 314b3b0c53..2f1a7583b4 100644 --- a/src/Umbraco.Web.UI.Client/src/routes.js +++ b/src/Umbraco.Web.UI.Client/src/routes.js @@ -146,7 +146,7 @@ app.config(function ($routeProvider) { //This controller will execute for this route, then we replace the template dynamnically based on the current tree. controller: function ($scope, $route, $routeParams, treeService) { - if (!$routeParams.tree || !$routeParams.method) { + if (!$routeParams.method) { $scope.templateUrl = "views/common/dashboard.html"; }