@Override
public void apply(AngularHtmlUnitResolver resolver, XmlTagNode node) {
String selectorAttributeName = null;
{
AngularSelectorElement selector = element.getSelector();
if (selector instanceof HasAttributeSelectorElementImpl) {
selectorAttributeName = ((HasAttributeSelectorElementImpl) selector).getName();
// resolve attribute expression
XmlAttributeNode attribute = node.getAttribute(selectorAttributeName);
if (attribute != null) {