danielepiccone / ng-pageslide

AngularJS sliding panel for serving additional content from off the page
http://danielepiccone.github.io/ng-pageslide/examples/
451 stars 160 forks source link

onclose is called multiple times. #142

Closed datvm closed 2 years ago

datvm commented 8 years ago

One way to reproduce is, to click outside multiple times, and onclick will be called for that number of times.

danielepiccone commented 7 years ago

on which system? It seems to work on Chrome/Linux. The callbacks are fired ontransitionend, not registered on clicks.