moribvndvs/ng-idle

Title

GlauberF opened this issue · 2 comments

Could anyone give an example of how to set up a different title?

I would like an example too

You can change it in this part. Example is from readme

$scope.$on('IdleWarn', function(e, countdown) {
document.title = "Hello world: " + countdown;
});