MCPcopy Create free account
hub / github.com/angular-ui/ui-router / getTrackByValue

Function getTrackByValue

test/angular/1.5/angular.js:29392–29394  ·  view source on GitHub ↗
(value, key)

Source from the content-addressed store, hash-verified

29390 function(value, locals) { return trackByFn(scope, locals); } :
29391 function getHashOfValue(value) { return hashKey(value); };
29392 var getTrackByValue = function(value, key) {
29393 return getTrackByValueFn(value, getLocals(value, key));
29394 };
29395
29396 var displayFn = $parse(match[2] || match[1]);
29397 var groupByFn = $parse(match[3] || '');

Callers 1

parseOptionsExpressionFunction · 0.70

Calls 1

getLocalsFunction · 0.85

Tested by

no test coverage detected