MCPcopy
hub / github.com/angular-ui/ui-router / concat

Function concat

test/angular/1.6/angular-mocks.js:310–312  ·  view source on GitHub ↗
(array1, array2, index)

Source from the content-addressed store, hash-verified

308 var debug = true;
309
310 function concat(array1, array2, index) {
311 return array1.concat(Array.prototype.slice.call(array2, index));
312 }
313
314 this.debugEnabled = function(flag) {
315 if (angular.isDefined(flag)) {

Callers 1

angular-mocks.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected