Skip to content

Does not work with RequireJS #79

Open
@GerritK

Description

@GerritK

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions