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

json - Zend error Connection -

javascript - Trigger mouseenter when an animated element touches mouse -

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