Class: attributesComponent component:ngeoAttributes

ngeo.attributesComponent

new attributesComponent()

Component used to render the attributes of a feature into a form. Example:

<ngeo-attributes
  ngeo-attributes-attributes="::ctrl.attributes"
  ngeo-attributes-disabled="ctrl.attributesDisabled"
  ngeo-attributes-feature="::ctrl.feature">
</ngeo-attributes>
HTML attributes:
Name Type Description
ngeo-attributes-attributes Array:.<ngeox.Attribute:> The list of attributes to use.
ngeo-attributes-disabled boolean Whether the fieldset should be disabled or not.
ngeo-attributes-feature ol.Feature The feature.