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

Everything is working great, however, notifications aren't removed from the DOM once hidden #14

Closed pieterdegraeuwe closed 9 years ago

pieterdegraeuwe commented 9 years ago

It took a while before I saw this, but, once my notifications are hidden (they even get the class 'killed', they stay in the dom. Hovering with the mouse makes them visible again..

I saw in the demo (they are removed from the dom after a short while). Tried to find the piece of code that removes them from the DOM, but can't find it.

Am I forgetting something?

pieterdegraeuwe commented 9 years ago

ouch! should have checked first. I was working with version v0.0.2. switching to version v0.0.5 fixes the issue!