Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular-ui/ui-router
/ blockElementAnimations
Function
blockElementAnimations
test/angular/1.2/angular-animate.js:365–369 ·
view source on GitHub ↗
(element)
Source
from the content-addressed store, hash-verified
363
};
364
365
function
blockElementAnimations(element) {
366
var
data = element.data(NG_ANIMATE_STATE) || {};
367
data.running = true;
368
element.data(NG_ANIMATE_STATE, data);
369
}
370
371
function
lookup(name) {
372
if
(name) {
Callers
1
angular-animate.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected