Hi Elias,
its
one screen page with around 100 different datapoints. The interesting
point is that the filter is only used for displaying the age of the last
incoming event at the page top, nothing more, only one place. I dont
tried other update times yet because one second works very well from
viewers perspective. At the most time the filter outputs the value "1
second ago". And the error seems only to happen if the value is higher
then 1 second.
I currently do the 1000ms update via:
$interval(function() { /*automatically calls apply*/ }, 1000);
-Steve