Changesection should trigger a $location.path change

This commit is contained in:
Per Ploug Krogslund
2013-07-05 12:45:12 +02:00
parent 4a83262e1f
commit 2580f13978

View File

@@ -75,6 +75,8 @@ angular.module('umbraco.services')
this.ui.currentSection = selectedSection;
this.showTree(selectedSection);
}
$location.path(sectionAlias);
},
showTree: function(sectionAlias){