We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6321a41 commit 3b61c74Copy full SHA for 3b61c74
src/angular-fusioncharts.js
@@ -358,7 +358,7 @@
358
chart.dispose();
359
}
360
chart = new FusionCharts(chartConfigObject);
361
-
+ /* @todo validate the ready function whether it can be replaced in a better way */
362
angular.element(document).ready(function(){
363
element.ready(function(){
364
// Render the chart only when angular is done compiling the element and DOM.
0 commit comments