-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Programmatically destroy messages & allow disabling click to close #38
Conversation
I'm only using this for a subset of the features you support so I didn't get to check against all your demos. |
Hello, Thanks for your contribution, you changed a lot (extracting message service). I'll need some time to review it and test it against all the features we currently support. (Don't want to brake anything). But looks good! Can you list the features you already checked? Regards |
I can check some more of the examples you have online. For my site I checked:
I added:
|
I checked all the codepen examples and the only thing not working is the reference ID. Not sure exactly why yet. |
fixed references |
Allright, looks great, when I have time this week I'll go through it and merge it, thanks! |
Exactly the PR I needed ! Thanks a lot @chasemgray ! 👍 |
with this features, how can i destroy an a particular notification programatically...??? i hope answer and thanks by the way.. |
it now returns the message object which has a destroy method. On Fri, Sep 19, 2014 at 11:55 AM, Jesus Adan Carrasco roman <
|
sorry, i can figure out.. i do a console.log(growl); but dont see, how call that method i dont know if you have an example.. pls. i am doing something like this : $scope.addSpecialWarnMessage = function() {
i nee to know how destroy for example the growl.warning, or what ever growl, ill appreciate your help. thx.. by the way and for a quickly reply. |
var message = growl.info("This adds a info message", {title: 'Random On Fri, Sep 19, 2014 at 1:07 PM, Jesus Adan Carrasco roman <
|
Te la rifaste!!!!! ......( translate to english... its something like ... you are awesome.. lol.. ) |
Programmatically destroy messages & allow disabling click to close
Thank you very much @chasemgray! |
@chasemgray If you need the original https://github.com/marcorinck/angular-growl plus the functionality to programmatically destroy all messages, please check out https://github.com/valera-rozuvan/angular-growl-next . Release |
It is still not possible to disable clickToClose even without the closing button (by clicking twice on the message itself). Is there a fix for this? |
+1 for |
#37