apollo_developers/bower_components/angular-sweetalert-promised
saravanakumar_kandasami a11795c215 SIT code
2018-04-19 18:17:06 +05:30
..
.bower.json SIT code 2018-04-19 18:17:06 +05:30
bower.json SIT code 2018-04-19 18:17:06 +05:30
README.md SIT code 2018-04-19 18:17:06 +05:30
SweetAlert.js SIT code 2018-04-19 18:17:06 +05:30
SweetAlert.min.js SIT code 2018-04-19 18:17:06 +05:30

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

Install

  1. download the files
    1. Bower
      1. add "angular-sweetalert": "latest" to your bower.json file then run bower install OR run bower install angular-sweetalert
  2. include the files in your app
    1. Alert.min.js
    2. sweet-alert.js OR sweet-alert.min.js
    3. sweet-alert.css
  3. include the module in angular (i.e. in app.js) - oitozero.ngSweetAlert

Documentation