From 2580f13978ce7ddce8beb3a4e1e3e50a0c654a91 Mon Sep 17 00:00:00 2001 From: Per Ploug Krogslund Date: Fri, 5 Jul 2013 12:45:12 +0200 Subject: [PATCH] Changesection should trigger a $location.path change --- .../src/common/services/navigation.service.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Umbraco.Web.UI.Client/src/common/services/navigation.service.js b/src/Umbraco.Web.UI.Client/src/common/services/navigation.service.js index d29a1ec0eb..724e3f0701 100644 --- a/src/Umbraco.Web.UI.Client/src/common/services/navigation.service.js +++ b/src/Umbraco.Web.UI.Client/src/common/services/navigation.service.js @@ -75,6 +75,8 @@ angular.module('umbraco.services') this.ui.currentSection = selectedSection; this.showTree(selectedSection); } + + $location.path(sectionAlias); }, showTree: function(sectionAlias){