Skip to content
Mat edited this page Jul 8, 2014 · 7 revisions

Welcome to the ng-notify wiki!

Is there a way to specify the duration on a per message basis? Ie: for a particular message in my code?

  • Not at the moment. That's a good idea though, making the second param you pass in a config object rather than a string so that you can override multiple options on a case by case basis if needed.

Another feature req that's come up is static/dismiss-able notification types. Perhaps something that when you set duration to 0, or maybe another param like 'static' to true, the notification doesn't fade away and an 'X' shows up so the user can dismiss it themselves. This would be useful for informing the user of a feature update, looming downtime, etc.

I'll setup notifications to accept an object to override options on a case by case basis this week, and then maybe setup the static message type this week or next. Good stuff there @firecentaur!

Overview

Implementation

  • Requirements
  • Installation
  • Usage

Advanced Usage

  • Default Configuration
  • Individual Configurations
  • Sticky Notifications
  • HTML Notifications
  • Roll Your Own
    • Custom Notification Types
    • Custom Themes
    • Custom Styles

Definitions

  • Methods
  • Styles

Development

  • Contributing
  • Testing
Clone this wiki locally