Skip to content
Duncan Walker edited this page Jun 30, 2015 · 10 revisions

Here you will find documentation for Ember Flash Messages (ember-flash-messages), a customizable, lightweight Ember.js addon that adds API-like functionality for displaying flash messages to users You can view the repo here.

Documentation

  1. Installation
  2. Usage
  3. Flash Message Queue Service
  4. {{flash-message-queue}} component
  5. {{flash-message}} component
  6. Actions
  7. Styling and Markup

Issues

If you have any issues or feature requests, please open an issue or submit a PR.

Development

git clone https://github.com/sir-dunxalot/ember-flash-messages.git
cd ember-flash-messages
ember install
ember s

Tests can be run with ember test or by navigating to the /tests route.

Working on the Wiki Documentation:

You can edit any of these pages directly on Github - it's a wiki!