@thebosz wrote:
I have a nested list and the inner-most items have a click handler. The click handler doesn't fire when clicked on. If I move the inner list items out to the outer list, they work as expected.
Here's my code:
<ion-list><ion-item ><ion-list no-lines><ion-item menuClose *ngFor="#p of validProjects" (click)="openProject(p)">{{p.name}}</ion-item></ion-list></ion-item><ion-list>
Posts: 1
Participants: 1