Package Exports
- angular-sweetalert
- angular-sweetalert/SweetAlert.min
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (angular-sweetalert) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
AngularJS wrapper for SweetAlert
AngularJS wrapper for SweetAlert. Sweet Alert is a beautiful replacement for Javascript's "Alert".
Demo
http://oitozero.github.io/ngSweetAlert/
Dependencies
- required:
AngularJS
sweetalert
Install
- download the files
- Bower
- add
"angular-sweetalert": "latest"
to yourbower.json
file then runbower install
OR runbower install angular-sweetalert
- add
- Bower
- include the files in your app
SweetAlert.min.js
sweet-alert.js
ORsweet-alert.min.js
sweet-alert.css
- include the module in angular (i.e. in
app.js
) -oitozero.ngSweetAlert