JanStevens / angular-growl-2

growl-like notifications for angularJS projects
MIT License
285 stars 97 forks source link

Growl message that can't be closed by the user #37

Closed chasemgray closed 10 years ago

chasemgray commented 10 years ago

I'd like to be able to display a permanent message which can then be closed programmatically depending on some condition. I have a constant web socket connection to the server and would like to remove the message when the warning no longer applies. For now I might be able to remove pointer-events to get it to work.