Skip to content

Cannot be injected into providers #9

@rochejul

Description

@rochejul

Hi

With the current approach, the underscore dependecy could not be used in provider.

Prefer using this approach to allowed injection in all angular components:

angular
   .module('underscore', [])
   .constant('_', window._);

Regards

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