Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.
This repository was archived by the owner on May 16, 2024. It is now read-only.

WARNING: Tried to load angular more than once. #24

@lorenzodianni

Description

@lorenzodianni

Solved removing require('angular')

module.exports = factory(require('angular'), require('pikaday'));

to

module.exports = factory(require('pikaday'));

apply changes for all UMD exports


and changing factory params

function (angular, Pikaday) { ... }

to

function (Pikaday) { ... }

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