Reverted previous commit and changed anchor removal to target the correct tag (the elipsis)

This commit is contained in:
AndyButland
2015-01-19 08:05:32 +01:00
parent 17906b505d
commit 4775b638a4

View File

@@ -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);
}