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

min-mode doesn't work with datepicker popup #2618

@Zacharias3690

Description

@Zacharias3690

fix was pushed for datepicker-mode on popup in #2180, but min-mode still doesn't work in 0.12.0.

because 0.12.0 isn't available on plunker, here's my markup for reference

<input type="text" class="form-control" 
                            datepicker-popup="MMMM yyyy" 
                            datepicker-mode="'month'" 
                            min-mode="'month'" 
                            ng-model="vm.endDate" 
                            is-open="endOpen" 
                            ng-click="endOpen=true" />

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions