AngularJS-Toaster
AngularJS-Toaster copied to clipboard
AngularJS Toaster is a customized version of "toastr" non-blocking notification javascript library.
a few markdown tags were a bit off
When installing this library via bower install, an error is shown due to the metadata from the package being different from the version (from the git tag) that is being...
This is to keep the bower metadata in sync with the rest of the repository after the update to 3.0.0 I'm getting the following error when trying to install via...
I have added the option to select a specific toast using the tab key and 'click' on the toast by pressing enter. This enables the user reduce the number of...
Bootstrap 4 already has .toast class and overrides the AngularJS-Toaster classes. This issue it's solved by renaming css classes, replacing toast by toastr for example.
Hi Do you know if anyone is looking at adding support for passing in .components as well as .directives? Not a major issue not having this, but would be happy...
This is only happening in IE-11 When the toaster is triggered from a controller, it briefly appears with black background and then it displays with correct default color.  I...
Hello, I implemented the given functionality, the result looks is the following:  The README file and minified CSS and JS have been updated. Please check.
Hello, It would be nice to have a possibility to place any custom markup instead of a hardcoded icon. For instance, when notifying about an incoming message, it would be...
I have built a progress bar that moves from full to empty as the duration of the timeout passes and displays in the bottom of the notification. However when the...