Linking tree header to dashboard

This commit is contained in:
perploug
2013-08-16 15:41:27 +02:00
parent 55e74eba39
commit 2b0e32cdcf

View File

@@ -29,7 +29,7 @@ angular.module("umbraco.directives")
if(!hideheader){
template +='<div>' +
'<h5><a class="root-link">{{tree.name}}</a></h5>' +
'<h5><a href="#{{section}}" class="root-link">{{tree.name}}</a></h5>' +
'<a href class="umb-options" ng-hide="tree.root.isContainer || !tree.root.menuUrl" ng-click="options(this, tree.root, $event)"><i></i><i></i><i></i></a>' +
'</div>';
}