Reverted previous commit and changed anchor removal to target the correct tag (the elipsis)
This commit is contained in:
@@ -88,6 +88,10 @@ angular.module("umbraco.directives")
|
||||
|
||||
element.find("a:first").html(node.name);
|
||||
|
||||
if (!node.menuUrl) {
|
||||
element.find("a.umb-options").remove();
|
||||
}
|
||||
|
||||
if (node.style) {
|
||||
element.find("i:first").attr("style", node.style);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user