1.0.9 • Published 5 years ago

bmsdave-ngalertify v1.0.9

Weekly downloads
15
License
MPL-2.0
Repository
github
Last release
5 years ago

ngAlertify

Build Status

Angular JS module that wraps the Alertify.js global window function.

Usage

angular.module("myModule", "ngAlertify").controller("myCtrl", ["alertify", function(alertify) {

// Use alertify here as you normally would.
alertify.alert("Hello, world!");

}]);

Developing

The package version should match the underlying Alertify.js version. Alertify.js code is a submodule, so update it when necessary:

git submodule update

Changes to Alertify.js itself should be done via the Alertify.js repo.

The workflow is Gulp powerered, so just run the following to develop:

gulp

Contributing

Contributions are welcomed. Make sure to follow the ESlint style guide and add tests for all changes. Thanks in advance!

License

This code is licensed under the MPL-2.0 license, while the Alertify.js module has it's own licensing (MIT and MPL-2.0 mixed).

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago