You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the item option buttons and delete button on the list item will propagate the click event. So if another ng-click function is defined on the list item itself, it will be triggered by clicking the build-in item option or delete button, which is sometimes unwanted.
Adding $event.stopPropagation() in the ionicList.js template would help, or at least there should be an option to let user choose stop the ng-click propagation:
Currently the item option buttons and delete button on the list item will propagate the click event. So if another ng-click function is defined on the list item itself, it will be triggered by clicking the build-in item option or delete button, which is sometimes unwanted.
Adding $event.stopPropagation() in the ionicList.js template would help, or at least there should be an option to let user choose stop the ng-click propagation:
The text was updated successfully, but these errors were encountered: