cgarvis / angular-toggle-switch

AngularJS Toggle Switch
http://cgarvis.github.io/angular-toggle-switch
MIT License
160 stars 124 forks source link

After space-bar toggle, stop scrolling of page #84

Closed nmorse closed 8 years ago

nmorse commented 9 years ago

Issue is, on a key press (space-bar) event, a long page will scroll down. Fix, marks the event as having been handled (stop bubbling up the event to the page).