Closed ajgassner closed 9 years ago
Following code never gets called in statisticsTabController when leaving the view:
angular.forEach(chartInstances, function(instance) { if (instance !== null) { instance.destroy(); } });
destroy chart instances before leaving the view
Following code never gets called in statisticsTabController when leaving the view:
destroy chart instances before leaving the view