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

ripple effects fire while scrolling #76

Description

@rbrandino1

I've noticed that material's ripple fires when I scroll up and down into list, which shouldn't happen.
So it seems to me that ionic-material-design-lite shouldn't fire ripples on the basic touchstart event.

   <ion-content>
        <ion-list>
            <ion-item ng-repeat="item in vm.itens">
                <h4>{{item.title}}</h4>
                <p>{{item.one}}</p>
            </ion-item>
        </ion-list>
    </ion-content>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions