Abe Rudy
02/15/2019, 4:44 PMbattk
02/15/2019, 5:38 PMbattk
02/15/2019, 5:39 PMSwal.fire({
title: 'Please Wait',
html: 'Im Processing',
allowOutsideClick: false,
onBeforeOpen:function() {
Swal.showLoading();
}
});
http.get.promise({
url: '<http://www.google.com>'
}).then(function(response) {
Swal.close();
})
jkabot
02/15/2019, 5:59 PM