pregiotek / ion-floating-menu

Material UI-like Floating Action Button and Menu for Ionic applications
MIT License
102 stars 43 forks source link

event propogation stopped, so it does not trigger child ng-click #39

Closed yogeshkrishnani closed 7 years ago

yogeshkrishnani commented 7 years ago

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.

image