MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / concat

Function concat

code/songhop/www/lib/angular/angular.js:954–956  ·  view source on GitHub ↗
(array1, array2, index)

Source from the content-addressed store, hash-verified

952
953
954function concat(array1, array2, index) {
955 return array1.concat(slice.call(array2, index));
956}
957
958function sliceArgs(args, startIndex) {
959 return slice.call(args, startIndex || 0);

Callers 4

bindFunction · 0.70
jqLiteBuildFragmentFunction · 0.70
$RootScopeProviderFunction · 0.70
dateFilterFunction · 0.70

Calls 1

concatMethod · 0.80

Tested by

no test coverage detected