Class: factory_ service:ngeoDebounce

ngeo.misc.module:debounce.factory_

new factory_($timeout)

Provides a debounce service. That service is a function used to debounce calls to a user-provided function.

Parameters:
Name Type Description
$timeout angular.$timeout

Angular timeout service.

Returns:
ngeox.miscDebounce

The debounce function.