marcorinck / angular-growl

growl-like notifications for angularJS projects
MIT License
478 stars 191 forks source link

Feature Idea: Templates / Message content #4

Open Narretz opened 10 years ago

Narretz commented 10 years ago

Hi,

growl looks very good, but I've seen that there's basically no way of changing the message template without altering the core module. Maybe a next step could be to define templates for messages, or to define your own message types (with different args etc. that can be registered in the core plugin?)

marcorinck commented 10 years ago

I already thought about a way to do that, mainly how the ui-bootstrap guys are doing it.

https://github.com/angular-ui/bootstrap

Would that suit your needs?

I don't know yet if thats overkill, though. What do you have in mind when you want to have different templates?