AngularJS wrapper for SweetAlert. Sweet Alert is a beautiful replacement for Javascript's "Alert".
http://oitozero.github.io/ngSweetAlert/
- required:
AngularJS
sweetalert
- 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