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

Function compileToFn

test/angular/1.2/angular.js:13185–13189  ·  view source on GitHub ↗
(exp, name)

Source from the content-addressed store, hash-verified

13183 }
13184
13185 function compileToFn(exp, name) {
13186 var fn = $parse(exp);
13187 assertArgFn(fn, name);
13188 return fn;
13189 }
13190
13191 function decrementListenerCount(current, count, name) {
13192 do {

Callers 1

$RootScopeProviderFunction · 0.85

Calls 2

assertArgFnFunction · 0.70
$parseFunction · 0.50

Tested by

no test coverage detected