alexcrack / angular-ui-notification

Angular.js service providing simple notifications using Bootstrap 3 styles with css transitions for animating
MIT License
536 stars 169 forks source link

Differenciate between close by delay or by user click #87

Open c1rdan opened 8 years ago

c1rdan commented 8 years ago

I want to perform an action only if the notification vanished because of the notification delay, but not if the user clicked to close it.

Is there any way to do that with current code? I don't think onClose have the required information.

manuel-di-iorio commented 8 years ago

+1

timaxapa commented 6 years ago

Any updates?