Re: [AngularJS] Re: how to view http pending requests ($http.pendingRequests)

2013-12-25 Thread zilabify .
it doesn't On Mon, Dec 23, 2013 at 4:13 PM, Sander Elias wrote: > Hi Zilabify, > > an sleep(int $seconds) in your PHP should do the trick. > > regards > Sander > > -- > You received this message because you are subscribed to a topic in the > Google Groups "AngularJS" group. > To unsubscribe fro

[AngularJS] Re: how to view http pending requests ($http.pendingRequests)

2013-12-23 Thread Sander Elias
Hi Zilabify, an sleep(int $seconds) in your PHP should do the trick. regards Sander -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr...@googlegrou

[AngularJS] Re: how to view http pending requests ($http.pendingRequests)

2013-12-22 Thread zilabify
I tried adding sleep in php before returning a request - doesn't work. Any help with an actual code is welcome. On Wednesday, December 11, 2013 7:40:53 PM UTC+8, Sander Elias wrote: > > Hi Zilabify, > > launch a couple of requests, and make your backend pause a bit on each of > them. > Or whip u