MCPcopy Create free account
hub / github.com/angular-ui/ui-router / clearIntervalFn

Function clearIntervalFn

test/angular/1.7/angular.js:14066–14069  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

14064 return id;
14065 };
14066 var clearIntervalFn = function(id) {
14067 $window.clearInterval(id);
14068 delete intervals[id];
14069 };
14070
14071 /**
14072 * @ngdoc service

Callers 2

$IntervalProviderFunction · 0.70
tickFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected