MCPcopy Create free account
hub / github.com/bclinkinbeard/angular / append

Function append

test/fixtures/foo.js:1335–1337  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

1333 NG_APP_CLASS_REGEXP = /\sng[:\-]app(:\s*([\w\d_]+);?)?\s/;
1334
1335 function append(element) {
1336 element && elements.push(element);
1337 }
1338
1339 forEach(names, function(name) {
1340 names[name] = true;

Callers 1

angularInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected