1.0.0 • Published 7 years ago

ember-component-apply v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Ember-component-apply

Build Status

Simply component-helper that will apply a given hash to the specified component.

Usage

ember install git@github.com:zenefits/component-apply.git
{{#component-apply 'my-component' hashOfAttrs anotherAttr=42 }}
  template block text
{{/component-apply}}

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://ember-cli.com/.