-
## Issue Description
Currently the toastr error messages/ success messages are not working. On course form
## Steps to Reproduce
- Get a validation error on course form (edit or create)
- You w…
-
Hi,
Thank you for this great charting library! I would like to modify the interval of the grid lines on the xAxis. Is it poosible to make it more dense?
Thank you in advance,
Dave
-
I have a package named MT.Notifications, with this package I created a c# class (dll) for simply create javascript scripts for calling notifications in client side, and there is also a notifications.j…
-
Hi,
I'm running ui-grid 3.0.7 and the export pdf does nothing on a table that has around 250 results with 17 columns. If I select a few rows i get the pdf... but if I select export visible data or al…
-
Hello,
as suggested in https://github.com/scttcper/ngx-toastr/issues/174 I tried the following code to call a function after clicking on my custom toastr component::
```
// component that uses …
-
-
looks like `vue-notifications` are broken with `mini-toastr v0.7.0` (v0.6.6 works fine)
`ReferenceError: CLASSES is not defined`
`ReferenceError: WARNING_CLASS is not defined`
or am I missing somet…
-
Won't it be good to show all update or any other notifications as a ticker (http://codeseven.github.io/toastr/demo.html) instead of flash notice that is currently being used (https://github.com/openSU…
-
`flashMessages()` only checks for simple values to display and just use a simple struct-key
It's very useful to be able to do the equivalent of:
```
errorArray=[];
arrayAppend(errorArray, "Something…
-
This may not be needed, but the toast service through `ng2-toastr` has a couple potential issues.
- [x] It only shows up on the top of the screen, so you don't see error messages if you try to add …