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 has been archived by the owner on Apr 12, 2024. It is now read-only.
I have a complex table to be generated that has pagination and sorting capabilities. I have created a customTable directive. I am still running on AngularJS 1.0.7 for compatibility purposes. This code is a part of a Cordova application. I am testing on KitKat 4.4.4 (that uses Chrome WebView). I am finding a lot of DOM Nodes that are leaking. I have seen other issues (#2624, #1313) that talk about this as a V8 issue. Can you kindly point me in the right direction?
We are no longer fixing issues with the 1.0.x branch. If this is still an issue in the latest 1.2.x branch, please let me know and we can re-open this.
I have a complex table to be generated that has pagination and sorting capabilities. I have created a customTable directive. I am still running on AngularJS 1.0.7 for compatibility purposes. This code is a part of a Cordova application. I am testing on KitKat 4.4.4 (that uses Chrome WebView). I am finding a lot of DOM Nodes that are leaking. I have seen other issues (#2624, #1313) that talk about this as a V8 issue. Can you kindly point me in the right direction?
Directive Code is as below:
The directive template is as below:
Kindly excuse me for pasting big code chunks.
Please find below the Chrome Dev Tools Profile. I did 3 snapshots and compared them.
The text was updated successfully, but these errors were encountered: