/**
  * Creates isolateScope and registers the following attribute definition.
  *
  * <ul>
  *   <li>{@code ImageResource} gwt-image-resource
  * </ul>
  */
 @Override
 public NGScope scope() {
   NGScope scope = NGScope.create();
   scope.put(getName(), "=");
   return scope;
 }