Remove countdown from Growl Notification with angular -


i using growl.success feature pop message in website.

does know how remove display of countdown visible in corner showing how time left pop fade away?

you can use time live countdown feature:

app.config(['growlprovider', function(growlprovider) {

   growlprovider.globaldisablecountdown(true); 

}]);

to read more go to: http://janstevens.github.io/angular-growl-2/#time-to-live-countdown


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -