Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alpha scroll in a segment #8

Open
vswom opened this issue Nov 24, 2016 · 2 comments
Open

alpha scroll in a segment #8

vswom opened this issue Nov 24, 2016 · 2 comments

Comments

@vswom
Copy link

vswom commented Nov 24, 2016

Everything, first thank you for your work.

I have a problem when I use the component in a segment.

<div *ngSwitchCase="'Groupe'">
           <ion-alpha-scroll *ngIf="histoMsgGroupe"
        [listData]="histoMsgGroupe"
        key="libGrp"
        [itemTemplate]="alphaScrollItemTemplate"
        [currentPageClass]="currentPageClass"
        [triggerChange]="triggerAlphaScrollChange">
      </ion-alpha-scroll>
    </div>

The ngSwitchCase Work the first time. But when I change segment and I come back on this one.
A white screen appears .

Do you have a solution for to be able to use this composent in a segment?

sorry for my English.

@rossmartin
Copy link
Owner

Thanks for reporting I'll look into this tonight.

@ghenry22
Copy link

Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants