Setup Ember.js Notification
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
4. Template
Comments