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

Function sliceArgs

test/angular/1.3/angular.js:975–977  ·  view source on GitHub ↗
(args, startIndex)

Source from the content-addressed store, hash-verified

973}
974
975function sliceArgs(args, startIndex) {
976 return slice.call(args, startIndex || 0);
977}
978
979
980/* jshint -W101 */

Callers 3

bindFunction · 0.70
applyDirectivesToNodeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected