chrism / ember-cli-notifications

⚛ Atom inspired notification messages for ember-cli

Home Page:http://stonecircle.github.io/ember-cli-notifications/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ember-cli-notifications

Greenkeeper badge

Download count all time NPM package Build Status Ember Observer Score Code Climate

An Ember CLI addon that adds Atom inspired notification messages to your app.

Interactive documentation can be found here.

Installation

ember install ember-cli-notifications

4.0.0

As of 4.0.0, the addon is service based. You will need to inject the service into your consuming app.

notifications: Ember.inject.service('notification-messages')

See the documentation for a sample initializer to inject the service into all controllers, routes and components.

About

⚛ Atom inspired notification messages for ember-cli

http://stonecircle.github.io/ember-cli-notifications/

License:MIT License


Languages

Language:JavaScript 56.4%Language:HTML 32.1%Language:CSS 11.5%