angular-toastr
angular-toastr copied to clipboard
Implemented functionality for rewriting positionClass #226
Partial fix for the #226 issue. You can use this fix if you only show 1 toast at a time.
.constant('toastrConfig', {
...,
maxOpened: 1,
...
});