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

4. Template

Comments