Hello everyone, I'm working on a project for displaying large tables of data, think hundreds of rows and columns. The tables are rendered using D3, everything else uses angular for interactions and data bindings.
Angular seems to be causing a crash when I use jquery (or, more precisely, ng-view) to remove a large table from the DOM. With 100k cells (~320x320) removing the <table> element will cause the tab in Chrome 36.0.1985.125 for mac to crash. Bigger tables (~200k cells) will also crash firefox. Some tests (see attached large-table-jquery-angular.html and large-table-jquery.html) show me that just injecting angular 1.2.21 is enough to trigger the problem. Some quick profiling points me to jqLitePatchJQueryRemove and the $destroy event propagation, though I'm unclear on why $destroy could cause a problem. Has anyone run into similar problems? Best, Juan -- 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.
<<< text/html; charset=US-ASCII; name=large-table-jquery-angular.html: Unrecognized >>>
<<< text/html; charset=US-ASCII; name=large-table-jquery.html: Unrecognized >>>
