JanStevens / angular-growl-2

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

Several close buttons #109

Open Seiifer opened 8 years ago

Seiifer commented 8 years ago

There is 2 close buttons instead of one. So 'im using :

growlProvider.globalDisableCloseButton(false);

Also, the option :

growlProvider.globalDisableCountDown(false);

makes another close button appear when set to true, and the countdown is on one of the buttons. So I end up with 3 close buttons if both option are enabled.