MCPcopy Index your code
hub / github.com/angular-ui/ui-router / concat

Function concat

test/angular/1.5/angular.js:1222–1224  ·  view source on GitHub ↗
(array1, array2, index)

Source from the content-addressed store, hash-verified

1220};
1221
1222function concat(array1, array2, index) {
1223 return array1.concat(slice.call(array2, index));
1224}
1225
1226function sliceArgs(args, startIndex) {
1227 return slice.call(args, startIndex || 0);

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected