JanStevens / angular-growl-2

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

If using Bootstrap theme, use Glyphicons for icons, not images. #101

Open victorbstan opened 8 years ago

victorbstan commented 8 years ago

Would be nice if the icons used were Glyphicons, the ones provided by Bootstrap, if there already is a dependency on Bootstrap, they would look better on retina displays.

Better yet, offer a way to customize the HTML that displays each icon for each message type. For example, if I could provide: {info: '<i class="fa fa-info"></i>'} type of config to use, in this case FontAwesome icons, then I could do that -- Or potentially a custom icon, if I provide a href image tag. etc.

devakone commented 8 years ago

I concur. Would be nice to be able to customize the icons either from Bootstrap or FA