UNPKG

angular-busy-plus

Version:

> Show busy/loading indicators on any $http or $resource request, or on any promise.

14 lines (11 loc) 225 B
define([ "../core", "../selector", "../effects" ], function( jQuery ) { jQuery.expr.filters.animated = function( elem ) { return jQuery.grep(jQuery.timers, function( fn ) { return elem === fn.elem; }).length; }; });