matowens / ng-notify

A simple, lightweight module for displaying notifications in your AngularJS app.
http://matowens.github.io/ng-notify
MIT License
668 stars 66 forks source link

callback execution #45

Open soniram opened 8 years ago

soniram commented 8 years ago

"..The callback fires once the notification has faded out..."

In the case that sticky and button are set to true, isn't logical that the callback is executed upon button click (thus fade out) ?