JanStevens / angular-growl-2

growl-like notifications for angularJS projects
MIT License
285 stars 97 forks source link

Fixed IE8 errors when deleting messages #97

Closed sistemanick closed 8 years ago

flippinjoe commented 9 years ago

I think I would prefer wrapping the for logic in an

"if (!Array.prototype.indexOf)"

Based off the MDC