ngDatepicker icon indicating copy to clipboard operation
ngDatepicker copied to clipboard

Date picker in modal is starting opened

Open halbano opened this issue 8 years ago • 0 comments

Hi all,

I'm having an issue with the scope when the picker is in a popup.

Problem is that the calendar is showed opened when I open the container popup. I've looked for the implementation of this but when I try to setup the $scope.calendarOpened = false variable something is wrong.

I'm opening the modal with the scope of the involved controller and if I configure the initial date it has bound and showed properly on the picker. Sadly I had no the same luck with the initial state of the calendar, also I can't call the closeCalendar() method (neither setting up the calendarOpened variable like I said)

Any help is appreciated. Thanks.

halbano avatar Oct 24 '16 17:10 halbano