Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular-ui/ui-router
/ prepareElement
Function
prepareElement
test/angular/1.3/angular-animate.js:473–475 ·
view source on GitHub ↗
(element)
Source
from the content-addressed store, hash-verified
471
}
472
473
function
prepareElement(element) {
474
return
element && angular.element(element);
475
}
476
477
function
stripCommentsFromElement(element) {
478
return
angular.element(extractElementNode(element));
Callers
1
angular-animate.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected