Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-meacham committed Jun 22, 2015
2 parents 1db2265 + 7fcba0b commit 6365ffc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -42,6 +42,11 @@ angular.module('MyApp', ['angular-notification-icons']);

angular-notification-icons is an angular directive that adds a notification popup on top of any element. The counter is tied to a scope variable and updating the count is as easy as updating the scope variable. angular-notification-icons comes with a number of canned animations and a default style, but it is easy to add your own styles or custom animations. angular-notification-icons can also optionally listen for DOM events and clear the count on a DOM event.

angular-notification-icons has been tested with angular 1.3.15+, although it will probably work with most recent versions of angular and angular-animate.

## Demo App
To run the demo app, run `npm install`, and then `gulp serve`.

## Basic Usage

### Counter
Expand Down

0 comments on commit 6365ffc

Please sign in to comment.