iominh / ng-scrollbars

Angular wrapper of Malihu's jQuery Custom Scrollbar
http://iominh.github.io/ng-scrollbars/
MIT License
202 stars 62 forks source link

Buttons propagate $event #37

Open spirau opened 8 years ago

spirau commented 8 years ago

If using the scrollbars in a menu for example, clicking on the buttons of the scrollbar may result in closing the menu instead of scrolling inside it.

So could you add a stopPropagation to these buttons?

Thanks