ng-notifications-bar
ng-notifications-bar copied to clipboard
Check this please
I have fixed a problem with the remove of notificators
@SaulBurgos thanks a lot! Very likely the root cause is in this line. It's actually quite bad implementation there.
Instead of id
it's possible to use a return value of push(), since it gives a new length of array, correspondingly index of notification is newLenght - 1
is an index of inserted notification. Then, it could be simply removed by index
, not by id
.
Would you like to take care of that?
Hi guys, are there any plans to merge this PR to fix this issue soon?
@alexbeletsky are you plan to merge this PR?
bump?