My problem is reading big numbers such as 999999999999999999
from the server.
I mean I send a $http
request and as response I receive a JSON
object which includes a field as I told before.
But the value is completely ruined, it is like this 1000000000000000000
and I couldn't find any way to access the current data in my code for example interceptors for request or something like that did not work for me.
My code is based on javascript, angular1 and jquery.
what is the solution, any idea would be appreciated.