Skip to content

md-date-range-picker is giving error while injecting into project #66

Description

@kanishkgupta55

I have installed md-date-range-picker using bower install md-date-range-picker.
But while injecting "ngMaterialDateRangePicker" in angular.module.
Here is a part of my code :
angular.module('app.dashboards', ['app.dashboards.gantt-chart', 'ngMaterial', 'ngMaterialDateRangePicker' ])

It is giving mentioned below error:
"Failed to instantiate module ngMaterialDateRangePicker due to:
Error: [$injector:nomod] Module 'ngMaterialDateRangePicker' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument."

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions