ember-cli-injection

An ember-addon to inject objects

MIT License

Downloads
8
Stars
9
Committers
3

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