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

javascript - Trigger mouseenter when an animated element touches mouse -

json - Zend error Connection -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -