angular-toastr
angular-toastr copied to clipboard
Angular port of CodeSeven/toastr.
add top-center and bottom-center position for angular-1.2
I tried to dismiss programmatically all opened toasts (errors): unfortunately they remain on the screen. Moreover toastr.active() doesn't return a list of toasts but the number of toasts opened. Thanks,...
Given the rebranding of **Angular = 2** to **Angular**, I suggest renaming the repo to something more inline with the new naming scheme. I believe that would prevent much of...
As the title suggests. Basically exactly like the close button boolean.
trustAsHtml used for title and message is prone to XSS when allowHtml true. Only ng-bind-html should be enough to allow for whitelisted tags according to me. How can I rectify...
As per discussion at https://github.com/Foxandxss/angular-toastr/issues/137: * Sometimes `clear(toast)` doesn't immediately clear * People expect `clear([toast])` should work for a list arg `[toast]` This fixes both issues.
Hi, As in the title, calling the clear method doesn't work when toastr is used in service/factory. Calling them to show works, no problem. How exactly can this be used...