Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular-ui/ui-router
/ endAnimations
Function
endAnimations
test/angular/1.5/angular-animate.js:1918–1923 ·
view source on GitHub ↗
(cancelled)
Source
from the content-addressed store, hash-verified
1916
}
1917
1918
function
endAnimations(cancelled) {
1919
if
(!animationClosed) {
1920
(closeActiveAnimations || noop)(cancelled);
1921
onComplete(cancelled);
1922
}
1923
}
1924
}
1925
};
1926
Callers
1
angular-animate.js
File · 0.70
Calls
1
onComplete
Function · 0.70
Tested by
no test coverage detected