Atef Ben Ali

Results 65 issues of Atef Ben Ali

Hey, I used `moment` before (without AngularJs) and I used the `isSameOrBefore()` function and It works, but when I use Angular-moment module it raise this error : `$scope.moment_var.isSameOrBefor is not...

`momentjs` version > 2.11.2 have a security issue, see https://github.com/moment/moment/issues/2936. So the upgrade is required!

Hey. I got this err : `Argument 1 passed to Illuminate\Database\Eloquent\Model::__construct() must be of the type array, object given, called in /home/atef/public_html/seomara/vendor/thujohn/pdf/src/Thujohn/Pdf/dompdf/include/stylesheet.cls.php on line 1236 and defined`. my test code...

This is an interesting project, I propose to provide a `Dockerfile` for quick bootstrap.

Hi @taromero. When I click outside of the modal, the fields disappear (see picture). I use properties such as: `allowOutsideClick: false` and `closeOnClickOutside: false` but it still not working. ![click-outside](https://user-images.githubusercontent.com/10966925/43455464-d8bf6e4a-94b7-11e8-9a0e-0efd9a19c30c.PNG)

I try to disable `close On Pressing Esc key` (see https://sweetalert.js.org/docs/#closeonesc) effect for my form, but it seems not to work! Any ideas?