Skip to content

disable ion-refresher #3979

@ericongkc

Description

@ericongkc

I have 2 ion-list under 1 ion-content, how do i enable ion-refresher for ion-list 1 but disable on ion-list 2

<ion-content padding="false" style="margin-bottom:94px">
    <ion-refresher
        pulling-icon="ion-camera"
        pulling-text="Pull to Scan"
        disable-pulling-rotation = "true"
        on-refresh="doRefresh()">
    </ion-refresher>
    <ion-list ng-if="showItemList">
    </ion-list>
    <ion-list ng-if="showColorInput">
    </ion-list>
</ion-content>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions