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.json
file then runbower install
OR runbower install angular-sweetalert2
- add
- Bower
- include the files in your app
SweetAlert.min.js
sweetalert2.min.js
sweetalert2.css
- include the module in angular (i.e. in
app.js
) -19degrees.ngSweetAlert2