You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
First of all thank you for this library that made me save time.
I use the angular rerender to take maximum advantage of the AngularJS power.
That's my problem:
My application manages data in real time and it must refresh the table every 15 seconds.
The problem is that after several refreshments, the application begins to lag.
I tried to find where that could come and I've realized that has every time we did a rerender, the number of scope increased.
Here a screen when the table is initialized the first time (6 lines in my table and 6 scopes) :
Here a screen after 4 rerender (6 lines in my table and 24 scopes):
The number of scope it should not remain the same after each rerender ?
Thank you for your help
The text was updated successfully, but these errors were encountered:
Hello,
First of all thank you for this library that made me save time.
I use the angular rerender to take maximum advantage of the AngularJS power.
That's my problem:
My application manages data in real time and it must refresh the table every 15 seconds.
The problem is that after several refreshments, the application begins to lag.
I tried to find where that could come and I've realized that has every time we did a rerender, the number of scope increased.
Here a screen when the table is initialized the first time (6 lines in my table and 6 scopes) :

Here a screen after 4 rerender (6 lines in my table and 24 scopes):

The number of scope it should not remain the same after each rerender ?
Thank you for your help
The text was updated successfully, but these errors were encountered: