angular-toastr
angular-toastr copied to clipboard
Angular port of CodeSeven/toastr.
Demo: https://jsfiddle.net/rshift/hh1vvarq/ Try to click button it will show 10 toast, then call toastr.clear(), only 5 of them will be removed, The others will stay opened until new toasts will...
I'll put a plunker soon (if I can replicate in a simple environment), but I updated some of my projects that use toastr to Angular 1.4 latest and I'm getting...
This fixes the problem for me.
Created a new issue in order that this here is picked up https://github.com/Foxandxss/angular-toastr/issues/34
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 user will be able to see only...
Progress Bar Inverse. Default value false.
Thanks for building and sharing! A useful feature would be the ability to configure toasts by type. For example, for error toasts I would configure to have close buttons and...
Target for toasts doesn't exist. Why This error is coming...
How would I go about changing the icons for toastr's? Previously you would be able to do: ``` #toast-container > .toast-error:before { font-family: 'FontAwesome'; content: "\f1f8"; } ``` however this...