Joined June 2012
·

Andrew Costello

Opia
·
Syracuse, NY
·
·
·

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);
Achievements
1 Karma
0 Total ProTip Views