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

Function concat

test/angular/1.4/angular-mocks.js:281–283  ·  view source on GitHub ↗
(array1, array2, index)

Source from the content-addressed store, hash-verified

279 var debug = true;
280
281 function concat(array1, array2, index) {
282 return array1.concat(Array.prototype.slice.call(array2, index));
283 }
284
285 this.debugEnabled = function(flag) {
286 if (angular.isDefined(flag)) {

Callers 1

angular-mocks.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected