Open LoganLehman opened 8 years ago
module 'insight' is different than module 'insight.widgets'. Try adding 'ngWebworker' to 'insight.widgets'.
@mattslocum,
I already have. Still no luck. I am using wiredep in gulp to concatenate my bower components into one file, but for every other 3rd party library it has worked flawlessly.
Change: controller('ExcelTableController', ['$scope', '$window', '$http', 'ngWebworker', ExcelTableController])
To: controller('ExcelTableController', ['$scope', '$window', '$http', 'Webworker', ExcelTableController])
Hi @mattslocum,
I keep receiving an unknown provider error from ngWebworker. My inclusion is here:
From there I inject it into a controller:
I have also tried using the standard fashion instead of ngInject:
and I am still having no luck.
Any ideas?