estsolba

Members
  • Content count

    1
  • Joined

  • Last visited

Everything posted by estsolba

  1. Hello, I am building a Laravel, AngularJS web app. I inject the dependency and all the js files are compiled correctly in the app.js. But whenever I try to load the page, the error appears: Uncaught ReferenceError: FusionCharts is not defined(anonymous function) @ fusioncharts.charts.js:11 All the fusion js files are in a folder which is compiled by gulp. The angular-fusion js file is in the directives folder and it is injected correctly. I am really confused by this problem. Any ideas?