digbyswift
05/31/2023, 4:28 PMassetsService.load([
"https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.bundle.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/angular-chart.js/1.1.1/angular-chart.min.js"], $scope).then(function() { ... }
I've also tried placing the references directly in the markup and the original app.requires.push('chart.js');
approach but nothing is working. Any ideas?