AngularJS-Toaster icon indicating copy to clipboard operation
AngularJS-Toaster copied to clipboard

AngularJS Toaster is a customized version of "toastr" non-blocking notification javascript library.

Results 12 AngularJS-Toaster issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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. ![image](https://user-images.githubusercontent.com/10432838/42584277-bd6461e2-852a-11e8-939a-1713095c34a5.png) I...

Hello, I implemented the given functionality, the result looks is the following: ![image](https://user-images.githubusercontent.com/4663690/30037238-9fb37082-91c1-11e7-8bc4-1b4d821ee6b2.png) 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...

enhancement