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.

Scroll event not firing on md-content #6657

@mackelito

Description

@mackelito

I need to fire a function on a scroll event... but the directive placed inside a md-content does not fire any scroll events?

el.on('scroll', loadData);

If I add this to the directive the scroll event works.. but other material directives stops working. (md-toolbar with the md-scroll-shrink attr)

 .productList{
    height: 100vh;
    overflow: scroll;
  }

Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    P4: minorMinor issues. May not be fixed without community contributions.needs: demoA CodePen demo or GitHub repository is needed to demonstrate the reproduction of the issue

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions