1.0.2 • Published 7 years ago

angular-alert v1.0.2

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
7 years ago

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.