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

angular ui notification delay not working #79

Open HDaghash opened 8 years ago

HDaghash commented 8 years ago

angular ui notification delay not working Thanks in advance

bampakoa commented 8 years ago

@HDaghash I had the same problem and it turned out that the CSS of the library was conflicting with one of my application. You could try this if it works for you also and let me know. Particularly, I was adding opacity to the ui-notification custom-template class.

HDaghash commented 8 years ago

@bampakoa aha thanks i do the same