JanStevens / angular-growl-2

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

Updating template to resolve Issue #98 #115

Closed flaviocysne closed 7 years ago

flaviocysne commented 8 years ago

Issue #98 : globalDisableCountDown: use ng-if instead of ng-hide to avoid DOM update every second.

Also changed ng-show in growl-title to ng-if.