Sunday, 15 April 2012

Why do I run out of memory using AngularJS? -


When I use $ http to insert into the database, let me get to Firefox Error: [$ rootScope: infdig] 10 $ digest (

Repeats iterations. However, in Chrome I only see messages from my error handling code:

  .error (function (data, position, header, config, status) {console.log ("Status:" + Status); Alert ("Elgo and IL");});  

I have reviewed all of my services in PHP and they are fine. Is there a limit to using $ http ? I use about 25 requests at the same time why do I get this error?


No comments:

Post a Comment