Currently, I just call toastr.success(\'my message\') within a controller where required. This work fine, but it feels a bit dirty to me.
toastr.success(\'my message\')
Is there a \'best