storyful/ember-bundle-select

View on GitHub
addon/templates/components/bundle-select-group.hbs

Summary

Maintainability
Test Coverage
{{yield
  (hash
    selected=selected
    selectedLength=selected.length
    options=options
    toggleAction=(action "toggle")
    registerOptionAction=(action "registerOption")
    unregisterOptionAction=(action "unregisterOption")
    selectAllAction=(action "selectAll")
    selectNoneAction=(action "selectNone")
  )
}}