rossmartin / ionic2-alpha-scroll

:arrow_up_down: :capital_abcd: Configurable Ionic 2 component for alphabetically indexed list with an alpha scroll bar.
MIT License
66 stars 22 forks source link

alpha scroll in a segment #8

Open vswom opened 8 years ago

vswom commented 8 years ago

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 commented 8 years ago

Thanks for reporting I'll look into this tonight.

ghenry22 commented 7 years ago

Any ideas?