Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular-ui/ui-router
/ endAnimations
Function
endAnimations
test/angular/1.7/angular-animate.js:1902–1907 ·
view source on GitHub ↗
(cancelled)
Source
from the content-addressed store, hash-verified
1900
}
1901
1902
function
endAnimations(cancelled) {
1903
if
(!animationClosed) {
1904
(closeActiveAnimations || noop)(cancelled);
1905
onComplete(cancelled);
1906
}
1907
}
1908
}
1909
};
1910
Callers
1
angular-animate.js
File · 0.70
Calls
1
onComplete
Function · 0.70
Tested by
no test coverage detected