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

Function concat

test/angular/1.2/angular-mocks.js:297–299  ·  view source on GitHub ↗
(array1, array2, index)

Source from the content-addressed store, hash-verified

295 var debug = true;
296
297 function concat(array1, array2, index) {
298 return array1.concat(Array.prototype.slice.call(array2, index));
299 }
300
301 this.debugEnabled = function(flag) {
302 if (angular.isDefined(flag)) {

Callers 1

angular-mocks.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected