Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular-ui/ui-router
/ concat
Function
concat
test/angular/1.3/angular-mocks.js:306–308 ·
view source on GitHub ↗
(array1, array2, index)
Source
from the content-addressed store, hash-verified
304
var
debug = true;
305
306
function
concat(array1, array2, index) {
307
return
array1.concat(Array.prototype.slice.call(array2, index));
308
}
309
310
this.debugEnabled =
function
(flag) {
311
if
(angular.isDefined(flag)) {
Callers
1
angular-mocks.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected