Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular-ui/ui-router
/ prepareElement
Function
prepareElement
test/angular/1.2/angular-animate.js:328–330 ·
view source on GitHub ↗
(element)
Source
from the content-addressed store, hash-verified
326
}
327
328
function
prepareElement(element) {
329
return
element && angular.element(element);
330
}
331
332
function
stripCommentsFromElement(element) {
333
return
angular.element(extractElementNode(element));
Callers
1
angular-animate.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected