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

md-datepicker: doesn't show calender pane when within ng-repeat #8618

@ghost

Description

Actual behavior:

  • md-datepicker does not show the calendar pane, when the datepicker is in ng-repeat and out of the actual sight.
  • When I remove the disableScrollAround function it works as expected
DatePickerCtrl.prototype.openCalendarPane = function(event) {
...
-> this.$mdUtil.disableScrollAround(this.calendarPane);
...
}

Steps to reproduce the issue: *

  • Create md-datepicker within ng-repeat
  • Make sure you have to scroll down to see the datepicker

CodePen:
CodePen

Angular Versions: *

  • Angular Version: v1.5.6
  • Angular Material Version: v1.1.0-rc4-master-ce07651

Additional Information:

  • Browsers: Google Chrome (51.0.2704.63), Safari (9.1.1)
  • OS: Mac OS X 10.11.5

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions