Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Conversation

Krolock1
Copy link

@Krolock1 Krolock1 commented Mar 7, 2016

The callback can be use to process the message in the angular app,

e.g. write the message to a status bar:

growlProvider.registerCallback(function (message) {
var html = "

" + message.text + "
";
$("#footerMsg").html(html);
});

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant