I made two toasters
using AngularJS Toaster
.
The No.1 toaster's option is "limit : 10, position-class : toast-top-center".
The No.2 toaster's option is "limit : 1, position-class : toast-top-center".
When I use two toasters together, they overlaps.
I want to slide down the old one when the new taster appears.
One solution is to use only No.1 toaster more than once, however I want to use No.1 and No.2 toasters together.
Any options of the toaster or any ideas?