npm install angular-alertangular-alert
===============
Alert modal dialog for AngularJS
To install with npm:
```
npm install angular-alert
To install with bower:
``
bower install angular-alert-modal
Then simply add a dependency to the angular-alert module:
`javascript`
angular.module('myApp', ['angular-alert']);
Module started as a fork from Schlogen's angular confirm so thanks to him for giving a "template". I just modernized it to Emacs6 so if you want rebuild it you have to run:
```
gulp build
Sources will generated into /dist/ directory, minified version also included.