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

Function callExpression

test/angular/1.3/angular.js:25984–25988  ·  view source on GitHub ↗
(exprFn, key, value)

Source from the content-addressed store, hash-verified

25982 // ------------------------------------------------------------------ //
25983
25984 function callExpression(exprFn, key, value) {
25985 locals[valueName] = value;
25986 if (keyName) locals[keyName] = key;
25987 return exprFn(scope, locals);
25988 }
25989
25990 function selectionChanged() {
25991 scope.$apply(function() {

Callers 4

getViewValueFunction · 0.85
getLabelsFunction · 0.85
createIsSelectedFnFunction · 0.85
renderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected