tree reload current node
This commit is contained in:
@@ -87,7 +87,14 @@ angular.module("umbraco.directives")
|
||||
};
|
||||
|
||||
scope.eventhandler.reloadNode = function(node){
|
||||
scope.loadChildren(node, true);
|
||||
|
||||
if(!node){
|
||||
node = scope.currentNode;
|
||||
}
|
||||
|
||||
if(node){
|
||||
scope.loadChildren(node, true);
|
||||
}
|
||||
};
|
||||
|
||||
scope.eventhandler.syncPath = function(path, forceReload){
|
||||
|
||||
Reference in New Issue
Block a user