MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / handleDestroyedElement

Function handleDestroyedElement

lib/test/angular/1.4.3/angular-animate.js:2938–2943  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2936 }
2937
2938 function handleDestroyedElement() {
2939 var runner = getRunner(element);
2940 if (runner && (event !== 'leave' || !options.$$domOperationFired)) {
2941 runner.end();
2942 }
2943 }
2944
2945 function close(rejected) { // jshint ignore:line
2946 element.off('$destroy', handleDestroyedElement);

Callers

nothing calls this directly

Calls 1

getRunnerFunction · 0.70

Tested by

no test coverage detected