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

Function getTrackByValue

test/angular/1.4/angular.js:26871–26873  ·  view source on GitHub ↗
(value, key)

Source from the content-addressed store, hash-verified

26869 function(value, locals) { return trackByFn(scope, locals); } :
26870 function getHashOfValue(value) { return hashKey(value); };
26871 var getTrackByValue = function(value, key) {
26872 return getTrackByValueFn(value, getLocals(value, key));
26873 };
26874
26875 var displayFn = $parse(match[2] || match[1]);
26876 var groupByFn = $parse(match[3] || '');

Callers 1

parseOptionsExpressionFunction · 0.70

Calls 1

getLocalsFunction · 0.85

Tested by

no test coverage detected