-
Toastr - add toastr (modified version) to show message
-
I have a toastr notification setup with an onHidden callback.
A custom button displayed within the toastr calls toastr.clear(). However, the onHidden callback does not get called when toastr.clear o…
-
Hi Irl,
So, now that it is May 2015, I experienced a problem with the updated angular-toastr. I've found that starting with version 1.0, we must now use **angular-toastr.tpls.js** instead, while **an…
-
I tried to dismiss programmatically all opened toasts (errors): unfortunately they remain on the screen. Moreover toastr.active() doesn't return a list of toasts but the number of toasts opened.
T…
-
- Laravel Version: 5.4.33
- Voyager Version: 0.11.14
- PHP Version: 7.1.7
- Database Driver & Version: 5.7.19
### Description:
How to send multiple Toastr message by voyager controller. so to d…
-
Can we have a [Toastr](http://codeseven.github.io/toastr/) Extension?
I'm trying to implement myself, but I still have a lot to learn.
-
Hi, is toastr asynchronous under the hood ? Consider:
```
toastr.success('foo', 'bar');
toastr.success('ddd', 'bar');
toastr.clear();
toastr.success('yyy', 'last toastr');
```
I'd expect that end us…
-
Hey!
I've tried to incorporate this _toastr_ port into my Dart project without success.
Even though I'm able to successfully show a _toastr_, it appears always blank (white text on white backgr…
-
Hi, i have implement Toastr to my controller in laravel, when i delete a file the toast message is showing up. but with a white background. so i dont see the text. how can i fix it?
-
### Issue type
**I'm submitting a
* [ ] bug report
* [ ] feature request
* [x] Question
### Issue description
**Current behavior:**
How can i add ID's into toasts ? My QA wants to test …