Foxandxss / angular-toastr

Angular port of CodeSeven/toastr.
http://foxandxss.github.io/angular-toastr/
MIT License
1.3k stars 276 forks source link

Programatically desactivate toastr by level #130

Open cdanyl opened 9 years ago

cdanyl commented 9 years ago

Hey,

Is there a way to disable programatically some levels of toastr, ex: disable all toastr.error();

Thank you,

kodlyzer commented 9 years ago

Hi.. I'm in search of the same..

@cdanyl Have you figured out any work around for this ?

Foxandxss commented 9 years ago

Somehow I missed the email about this issue.

I don't follow what you need. Disable toasts how? So far sounds like something you could manage from your side. If your app doesn't need error you don't trigger them. Please explain a bit more.