jortiz56
Results
2
comments of
jortiz56
Hi sweetalert2
try this: ``` 'use strict'; angular.module('AnyName.ngSweetAlert2', []) .factory('sweetAlert', ['$rootScope', '$window', function ($rootScope, $window) { var swal = $window.swal; var self = function (arg1, arg2) { $rootScope.$evalAsync(function () { if (typeof...