MCPcopy
hub / github.com/binux/qiandao / append

Function append

web/static/components/angularjs/angular.js:1330–1332  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

1328 NG_APP_CLASS_REGEXP = /\sng[:\-]app(:\s*([\w\d_]+);?)?\s/;
1329
1330 function append(element) {
1331 element && elements.push(element);
1332 }
1333
1334 forEach(names, function(name) {
1335 names[name] = true;

Callers 1

angularInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected