top of page

Setup Ember.js Notification

  • Writer: Jonathan
    Jonathan
  • Nov 9, 2018
  • 1 min read

Ember Notify displays notification messages down the bottom of Ember.js application.

1. Install ember notify.

npm i ember-notify

2. Setup where to show notification

In application.hbs

{{ember-notify messageStyle=’bootstrap’}}

3. Controller

Notification_02

4. Template

Notification_01

Comments


Single post: Blog_Single_Post_Widget
bottom of page