Hi, we have develop an application which gets and displays a lot sensor 
data (100-500 events per second). 

Since it make no sens to update the UI on every event, we decided to call 
apply instead every second on a daily base. This worked very well until we 
started using a filter. The filter dose nothing special, it only gets a 
timestamp as input and outputs it in a human readable string. Since we add 
it, we getting a lot of 
"[$rootScope:infdig] 10 $digest() iterations reached. Aborting!" errors. 
But the filter works.

So how to prevent the "10 $digest() iterations reached" errors in our case? 
And whats exactly the problem (read the docs, but dosen't got yet what 
happens there).

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to