How to use the ember-notify.info 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() {
    Ember.testing = false;
    view = Notify.info('Hello world', {
      closeAfter: 500,
      removeAfter: 500
    });
  });
  var $el = find('.ember-notify');