AngularJS wrapper for SweetAlert. Sweet Alert is a beautiful replacement for Javascript's "Alert".
Original ngSweetAlert (using SweetAlert v1) http://oitozero.github.io/ngSweetAlert/
SweetAlert v2 https://limonte.github.io/sweetalert2/
- required:
AngularJS
sweetalert
- download the files
- Bower
- add
"angular-sweetalert-2": "latest"to yourbower.jsonfile then runbower installOR runbower install angular-sweetalert2
- add
- Bower
- include the files in your app
SweetAlert.min.jssweetalert2.min.jssweetalert2.css
- include the module in angular (i.e. in
app.js) -19degrees.ngSweetAlert2