Firstly thanks for the tip, I have used this and everything is working nicely with jwickers implementation.
In regards to the timer I found that use case would remove the latest notification first so instead I used:
$timeout(function(){ alertService.closeAlertIdx(0); }, 5000);
Firstly thanks for the tip, I have used this and everything is working nicely with jwickers implementation.
In regards to the timer I found that use case would remove the latest notification first so instead I used: