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
Post a Comment