marcorinck / angular-growl

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

Customizable message CSS classes #16

Open TheRusskiy opened 10 years ago

TheRusskiy commented 10 years ago

Hello, idea of this change is ability to specify what CSS classes I want to use for my messages. Right now classes are hard-coded to bootstrap. But it's common to use other frameworks and, since I can't change code of a framework, I want to manually wire my message classes to them.

Also in this commit I provided some tests due to previous lack of such.

No breaking changes, all classes are set bootstrap in default.

TheRusskiy commented 10 years ago

damn... Your last activity was long ago and I want to use this package with bower, but I have no idea how to point bower to a branch other than the master, so another 'bower config change' commit is stuck to this pull request. If you accept just ping me anytime at dimanrussian@gmail.com, I'll remove it and point my bower dependency back to your repo. Thx for cool module btw :+1:

jtammen commented 10 years ago

:+1: would also like to see the class names to be customizable!