How can I implement this kind of situation using angularjs,I have a HTML element,it has style 'pointer-events: none' (because I need it for mouse left click) and I wandering how can I detect mouse right click on this element,any suggestion will be helpful for me. thanks : )
Asked
Active
Viewed 94 times
0
-
Please [take the tour](https://stackoverflow.com/tour) to understand why this question doesn't meet our standards for completeness. – isherwood Aug 03 '17 at 19:57
-
1Possible duplicate of [How do I handle right-click events in angular.js?](https://stackoverflow.com/questions/15731634/how-do-i-handle-right-click-events-in-angular-js) – Mike Feltman Aug 03 '17 at 19:57
-
I think this is what you're looking for. https://stackoverflow.com/questions/15731634/how-do-i-handle-right-click-events-in-angular-js Google is your friend. – Mike Feltman Aug 03 '17 at 19:57
-
Won't register if you use `pointer-events:none`. Provide a [mcve] – charlietfl Aug 03 '17 at 20:01