MCPcopy
hub / github.com/angular-ui/ui-router / fireDOMOperation

Function fireDOMOperation

test/angular/1.3/angular-animate.js:1460–1465  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1458 //it is less complicated to use a flag than managing and canceling
1459 //timeouts containing multiple callbacks.
1460 function fireDOMOperation() {
1461 if (!fireDOMOperation.hasBeenRun) {
1462 fireDOMOperation.hasBeenRun = true;
1463 domOperation();
1464 }
1465 }
1466
1467 function closeAnimation() {
1468 if (!closeAnimation.hasBeenRun) {

Callers 1

performAnimationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected