Halfdan Hem
Halfdan Hem
@Foxandxss your example [here](https://github.com/Foxandxss/angular-toastr#closing-toasts-programmatically) makes it look a lot like the toast is supposed to be in an array. I'm also having trouble with this and cannot get it to...
@Foxandxss, thanks for fast response! Basically I have a wrapper of `toastr` that does the following, ``` javascript function show(msg, opts = {}) { var notification = toastr.info(msg, opts); notification.removeSelf...
Hey @sweety-wo if you wanna code that yourself and submit a PR then that would be awesome!
@soferio This branch has unresolved merge conflicts, and you have no tests, after you resolve these issues, I'd be happy to merge it, seems like a good feature.