angular-alert
v1.0.2
Published
Angular Alert Modal
Downloads
28
Maintainers
Readme
angular-alert
Alert modal dialog for AngularJS
Install
This module requires the Angular-UI-Bootstrap $modal service and styles from Bootstrap 3.x.
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:
angular.module('myApp', ['angular-alert']);
Note
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.