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

Dispatch an event 'onDismiss' when the notification closes or times out. #61

Closed shashvattrip closed 8 years ago

shashvattrip commented 8 years ago

This would come handy for handling expiry of different notifications.

alexcrack commented 8 years ago

Now you can use option onClose with any callback.