I have a list of items in my mobile application, each item has a click bound to it. Above them I have ion-floating-menu.
Now when clicking on ion-floating-button or ion-floating-item, ng-click of the item below the button also got triggered every time. Which according to me, nobody wants.
Resolved minor issue.
I have a list of items in my mobile application, each item has a click bound to it. Above them I have ion-floating-menu.
Now when clicking on ion-floating-button or ion-floating-item, ng-click of the item below the button also got triggered every time. Which according to me, nobody wants.