Jesús Rodríguez
Jesús Rodríguez
You can't have multiple containers right now, sadly. That is something I want to fix on the future. The .target functionality would match anything with `.querySelector` so see if you...
There is no way of doing that. I will think about it.
@mmmichl you can use `.clear()` to delete just 1 toast. ``` javascript var toast = toastr.success(...); toastr.clear(toast); ``` So you can save a reference to your toast and just remove...
Not that I am against new features, but what you need is already implemented in the library that is why I am not fond of adding yet another option for...
That being said, you just need a service to manage toasts, then you can save locally the toast shown and add a flag to the method, something like: ``` javascript...
So still timeout but not hover "effect"?
Sounds like a cool addition. I will add on my list of things to consider for 2.0.0.
I am not sure if I follow your issue. You can override your templates by overriding the configuration. The problem is, you cannot get rid of `$templateCache`. The Angular core...
I see what you mean now. I will have to leave this on hold because I think I can do better for 2.0.0. With the 2.0.0 version I want to...
Is there a way where I can reproduce it? I don't have a real iOS device.