Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

angular-alert

PixelcrabAT14Apache-2.01.0.2

Angular Alert Modal

angular, alert, dialog, angular-ui, $modal

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.