JanStevens / angular-growl-2

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

Boostrap's dependency #39

Open biphobe opened 10 years ago

biphobe commented 10 years ago

Just a suggestion - it would be nice to have a boostrap-independent version of growl2.

JanStevens commented 10 years ago

You can style the notifications and change the template yourself.

Do you mean to remove the dependency in the bower.json file?

Jacq commented 10 years ago

I did some changes to enable Zurb Foundation support: https://github.com/Jacq/angular-growl-2 I had to split the css file in two and add two different grunt tasks, may be there is an easier solution.