alexcrack / angular-ui-notification

Angular.js service providing simple notifications using Bootstrap 3 styles with css transitions for animating
MIT License
536 stars 169 forks source link

set message as object instead of string #88

Open gaikwad411 opened 8 years ago

gaikwad411 commented 8 years ago

This is actually an enhancement.

When we use custom templates, we need to pass "title", "message" as string values. But if we able to pass object to custom template, we will be able to show dynamic information other than message string.

Like we can show avatar of user and message from him.