0.0.3 • Published 8 years ago

ember-cli-notify v0.0.3

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

Ember CLI Notify

Build Status Ember add on for Notification

Installation

Include the library as an NPM dependency, from within an ember-cli app.

ember install ember-cli-notify

If using ember-cli 0.1.5 – 0.2.3

ember install:addon ember-cli-notify

Run the library's blueprint to pull in its Bower dependencies. This only needs to be done once.

ember generate ember-cli-notify

Controller

export default Ember.Controller.extend({
	notify: Ember.inject.service('ember-cli-notify')
});