You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't work, because you should specify your ng-app element instead of document.body
Just change this line: angular.element(document.body).injector().invoke(timeApply);
This code snippet wasn't working with the argument
document
, but it worked withdocument.body
.https://github.com/bahmutov/code-snippets/blob/master/ng-idle-apply-timing.js
The text was updated successfully, but these errors were encountered: