Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular-ui/ui-router
/ append
Function
append
test/angular/1.2/angular.js:1337–1339 ·
view source on GitHub ↗
(element)
Source
from the content-addressed store, hash-verified
1335
NG_APP_CLASS_REGEXP = /\sng[:\-]app(:\s*([\w\d_]+);?)?\s/;
1336
1337
function
append(element) {
1338
element && elements.push(element);
1339
}
1340
1341
forEach(names,
function
(name) {
1342
names[name] = true;
Callers
1
angularInit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected