angular-toastr
angular-toastr copied to clipboard
Angular port of CodeSeven/toastr.
I have attempted to create an AngularJS Service that handles the interaction with Toastr. This service would allow the change of target containers for different scenarios. Different scenarios include Global...
Hello, I've upgraded from Version 1.4.1 to 1.6 and detected, that the logic of the "close on tap" functionality has changed. The parameter in the callback "onHidden" was undefined in...
Is there a way to reset the timeout of a toastr when a duplicate is denied/not shown? **Use case:** when saving something an alert message is shown, and the user...
Hi there! Could you please provide me an information how I set the property 'extendedTimeOut' on the highest possible integer value. I have tried to set on: Math.pow(2, 53) ,...
At the moment, it is not possible to use a glyph font like [font-awesome](https://fortawesome.github.io/Font-Awesome/) to replace your default icons, because you rely on `background-image(...)` in your `angular-toastr.css`. It would be...
Currently, the template for a toast is specified by the [`templateUrl`](https://github.com/Foxandxss/angular-toastr/blob/master/src/directives/toast/toast.directive.js#L12-L14). It would be nice to be able to use template strings. This would also eliminate the need to use...
In the Chrome browser the toast hides after the timeout automaticly. But when testing the App on a real IOS Device the toasts stays there until i click on it.
I have an application which retrieves data and shows an info-toaster that it's "loading". This message is cleared using toastr.clear(variableOfPreviousMsg) when the data arrives. If the data comes back too...
First of all, thank you for your work in this module, It's very handy and easy to use. I was wondering if it possible to use showMethod, showDuration, hideMethod and...
I am assuming this is not intended behavior from looking through the source code. If you create a notification that has a duration of anything other than 0 and set...