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

Pause the hide timeout if notification is hovered #90

Open fracz opened 8 years ago

fracz commented 8 years ago

When the notification is hovered with a mouse, it should not be hidden if the delay passes. They delay counting should be paused until user unhovers it.

manuel-di-iorio commented 8 years ago

Isn't this already implemented ?

fracz commented 8 years ago

Is it? There is no option to turn it on and it does not behave like this by default.

chesminsky commented 8 years ago

+1

alexcrack commented 7 years ago

Notification is already not be hidden when it is hovered with a mouse. Please look up again.