-
Notifications
You must be signed in to change notification settings - Fork 193
Open
Description
I've a problem using angular-websocket with requirejs. It tries to load the dependency "ws" and it can't find it.
It runs all fine if i change
define(['module', 'exports', 'angular', 'ws'], factory);
to
define(['module', 'exports', 'angular'/*, 'ws'*/], factory);
skolsuper, ricardobarone, ruslan-simonenko, ashishtilara, DSpeichert and 2 more
Metadata
Metadata
Assignees
Labels
No labels