Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 833 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 833 Bytes

AngularJS wrapper for SweetAlert

AngularJS wrapper for SweetAlert2. Sweet Alert is a beautiful replacement for Javascript's "Alert".

Demo

http://chander.github.io/ngSweetAlert2/

Dependencies

Install

  1. download the files
    1. npm i chander/ngSweetAlert2
  2. include the files in your app
    1. SweetAlert2.min.js
    2. sweetalert2.js OR sweetalert2.min.js
    3. sweetalert2.css
  3. include the module in angular (i.e. in app.js) - chander.ngSweetAlert

Documentation