ngSweetAlert icon indicating copy to clipboard operation
ngSweetAlert copied to clipboard

AngularJS wrapper for SweetAlert

Results 31 ngSweetAlert issues
Sort by recently updated
recently updated
newest added

I want to use `Sweet Alert` for get radio button value in Angularjs. Is there a way to get selected radio button value. I am using `SweetAlert v1.1.3` anf `ngSweetAlert`...

Hi, Please help me to remove ok button in sweet alert angular js controller ASP.

Hi, After clicking ok button page can reload. please help me to solve this problem ASP

Introduced in e39ce7587c116e93f974f95dafbe94bea19c9b21 Bug example: ``` SweetAlert.swal({ title: "should have cancel button and has" showCancelButton: true }, callback); SweetAlert.swal({ title: "shouldn't have cancel button but has" }, callback); ```

Can't use the function mixin from sweetalert swal.mixin({ confirmButtonText: 'Próximo →', showCancelButton: true, progressSteps: ['1', '2', '3', '4', '5'] }).queue([

I'm trying to use an input type text on a sweet alert but it's not working and there's a log with "SweetAlert: Unknown alert type: input". I'm using AngularJS and...

Any plans to support sweet alert v2.x that was recently released? https://github.com/t4t5/sweetalert/releases

How I can add click event inside text not button?

Looks like sweetalert has been upgraded to 1.0.1. This breaks angular-sweetalert. Need to force the dependency to be 0.5.0 https://github.com/oitozero/ngSweetAlert/blob/master/bower.json#L28