JanStevens / angular-growl-2

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

Fixes #81 replacing timeout by interval #103

Closed Swilvan closed 8 years ago

Swilvan commented 8 years ago

So I ended up doing the changes myself. As stated before this shouldn't change functionality so the existing tests sufficed. I've tried these changes in a project and they speed up my Protractor tests significantly.

eperret commented 8 years ago

@JanStevens , can this fix be merged in? It would really help me.