Open essivision opened 8 years ago
I have the same issue trying to use a combobox.
html is depreciated
Simply to write the html inside the property "html" It's work for me
var text_html = '
' SweetAlert.swal({ title: "Please Select:", html: text_html, showCancelButton: true, confirmButtonText: "Download it!", cancelButtonText: "Cancel", closeOnConfirm: false, closeOnCancel: true, showLoaderOnConfirm: true }, function (isConfirm) { if (isConfirm) { SweetAlert.swal("Deleted!", $scope.radioValue, "success"); } });
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 usingSweetAlert v1.1.3
anfngSweetAlert
directive.