Navigation Menu

Skip to content
Mat Owens edited this page Aug 7, 2015 · 7 revisions

ng-notify (live demo) Build Status Code Climate

A simple, lightweight module for displaying notifications in your AngularJS app.

Both JS and CSS files combine for ~4.4 kBs.

IE9+ (AngularJS v1.3.x no longer supports IE8) and the latest versions of Chrome, FireFox and Safari have been tested and are supported. If you do run across any issues, please submit a new issue and I'll take a look - or better yet - submit a PR with the bug fix and I'll merge it in.

You can check out the vitals and demo here: http://matowens.github.io/ng-notify

New in v0.6.0 is HTML notifications. When enabled, you'll be able to display notifications with HTML content in them. This too can be set as a default option for all notifications or just set for individual notifications on a case by case basis. There is an extra requirement for this to function, the ngSanitize script must be included in your app. If ngSanitize is not available, ngNotify will gracefully degrade to displaying standard, HTML escaped notification messages. For more on how to display HTML notifications, check out the HTML Notifications section below. For more on updates, head on over to the change log.

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