How to use the ember-notify.show function in ember-notify

To help you get started, we’ve selected a few ember-notify examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github adopted-ember-addons / ember-notify / qunit.js View on Github external
Ember.run(function() {
    view = Notify.show('info', {raw: '<div class="my-div">Hello</div>'});
  });
  Ember.run(function() {