Wednesday, 28 August 2013

AngularJS $http response long execution

AngularJS $http response long execution

I am using Angular and $http request to get data from server. It is mock
data in the same server directory but it return response in 20 sec. It is
way to long. The request is executed on application start up. I have tried
to execute the same query using jQuery $.ajax, and it worked in 10 ms. But
I am want to get rid of jQuery. Why AngularJs $http is taking so long?

No comments:

Post a Comment