angular-toastr
angular-toastr copied to clipboard
Change width of toast in a controller
Hello my friend.
How can I change the widht atribute of my toast in my controller?
something like this:
toast.width = '300 px'
I read in the documentation that this can be done globally in app.config. However, I need to do it in a particular controller.
Thank you.