Getting started
Dependencies
The only required dependencies are:
- AngularJS (tested with version 1.2.7)
- AngularAnimate (tested with version 1.2.7)
No dependencies on jQuery!
Download
Manually
The files can be downloaded from:
With Bower
$ bower install angular-notifier
Installation
Include the JS and CSS file in your index.html
file:
<link rel="stylesheet" href="angular-notifier.min.css">
<script src="angular-notifier.min.js"></script>
Declare dependencies on your module app like this:
angular.module('myModule', ['llNotifier']);