MCPcopy Create free account
hub / github.com/apache/cloudstack / compileToFn

Function compileToFn

tools/ngui/static/js/lib/angular.js:8344–8348  ·  view source on GitHub ↗
(exp, name)

Source from the content-addressed store, hash-verified

8342 }
8343
8344 function compileToFn(exp, name) {
8345 var fn = $parse(exp);
8346 assertArgFn(fn, name);
8347 return fn;
8348 }
8349
8350 /**
8351 * function used as an initial value for watchers.

Callers 1

$RootScopeProviderFunction · 0.85

Calls 1

assertArgFnFunction · 0.85

Tested by

no test coverage detected