-
Notifications
You must be signed in to change notification settings - Fork 118
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
Image click passes click event to list item #40
Comments
Thanks for the report ! I will give it a look and release a fix soon. |
Hi, |
Here is the code , a normal list with list item having thumbnail on left similar to one in ionic docs :-
Here everything works , except when that thumbnail is clicked , it also triggers (click)="openItem(item)" In which , page is navigated to item detail page. Thanks |
wow that was fast ! Thanks :) will update |
Thanks for the module. nice one.
Only one issue , on clicking image it passes the event to list item and app navigates. event should be prevented.
The text was updated successfully, but these errors were encountered: