ember-cli-injection
v1.1.1
Published
An ember-addon to inject objects where needed
Downloads
23
Readme
Ember-cli-injection
Description
ember-cli-injection allows the ability to inject objects registered with the Ember application, similar to the Ember.inject API.
Installation
Install this ember-addon via npm
npm install ember-cli-injection --save-dev
Documentation
Running Tests
To run the test, install dependencies:
npm install
bower install
Then run:
ember test
ember t
or
ember test --server
ember t -s
License
Copyright © 2015 Brandon Williams http://williamsbdev.com
Licensed under the MIT License