Closed mluis closed 8 years ago
In the dependencies of the project using ocLazyLoad I've added the plugin I'm developing and which is installed with bower link so I can code and load on refresh.
This is my ocLazyLoad object:
{ name: 'ngLivesense', files: [ "bower_components/ngLivesense/dist/ng-livesense.js" ], cache: false }
The issue is ng-livesense is using angular-websocket plugin but ocLazyLoad is yelling that ngWebsocket module isn't loaded.
Am I doing something wrong or is this a plugin issue?
In the dependencies of the project using ocLazyLoad I've added the plugin I'm developing and which is installed with bower link so I can code and load on refresh.
This is my ocLazyLoad object:
The issue is ng-livesense is using angular-websocket plugin but ocLazyLoad is yelling that ngWebsocket module isn't loaded.
Am I doing something wrong or is this a plugin issue?