hhff/spree-ember

View on GitHub
packages/storefront/blueprints/spree-ember-storefront/files/app/templates/components/spree-select.hbs

Summary

Maintainability
Test Coverage
<label>
  {{if label label attributeName}}
  {{view "select" content=content 
                  optionLabelPath=optionLabelPath 
                  selection=selection
                  prompt=prompt
                  classBinding="errors.length:error"}}
              
</label>
{{#if errors.length}}<small class="error">{{displayErrors}}</small>{{/if}}