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

add onClick event notification #125

Closed wellfilverd closed 5 years ago

wellfilverd commented 7 years ago

added event onclick because the callback from onClose event is called every time when the notification is closed, this new event added a callback only to click.

ghost commented 5 years ago

Take it this never made it into a release, would have been a useful feature as the onClose event seems to get called every time a notification dismisses itself. Would have been good to have something that can be used just for the click event.

ghost commented 5 years ago

Good ol' open source, valid changes sitting as PR for over a year. Guess this project is not maintained anymore.

wellfilverd commented 5 years ago

Some PR's are from 2016

alexcrack commented 5 years ago

Sorry guys. I don't have enough time for maintenance. This module has created as a part of my another project and that project development has frozen. All of new projects are developed with Angular 2-6.

ghost commented 5 years ago

Thanks @alexcrack for accepting merge request and developing this library. Has served me well on my project.