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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
I propose a
$timeoutvariant that takes only a duration parameter.There are two primary use cases I can think of
It would be really nice to be able to do:
As well as
Which is rather common and today is accomplished by
return $timeout(angular.noop, 300)which feels redundant and rather ugly.This could be accomplished by adding a simple check here and I wouldn't mind creating a PR if you would entertain one.