Midhun P M

Results 5 comments of Midhun P M

For me this issue occurred due to the type `number`. So I did like this: ``` function transformToSafePayload(payload) { if (typeof payload == 'object') { return JSON.stringify(payload); } if (typeof...

This fix worked for me https://github.com/fragaria/angular-daterangepicker/compare/master...midhun1993:patch-1

I'm also getting the same error

After a few research i found that this repo is dead.