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

Function addWatchDelegate

test/angular/1.7/angular.js:17520–17530  ·  view source on GitHub ↗
(parsedExpression)

Source from the content-addressed store, hash-verified

17518 }
17519
17520 function addWatchDelegate(parsedExpression) {
17521 if (parsedExpression.constant) {
17522 parsedExpression.$$watchDelegate = constantWatchDelegate;
17523 } else if (parsedExpression.oneTime) {
17524 parsedExpression.$$watchDelegate = oneTimeWatchDelegate;
17525 } else if (parsedExpression.inputs) {
17526 parsedExpression.$$watchDelegate = inputsWatchDelegate;
17527 }
17528
17529 return parsedExpression;
17530 }
17531
17532 function chainInterceptors(first, second) {
17533 function chainedInterceptor(value) {

Callers 3

$parseFunction · 0.85
oneTimeWatchDelegateFunction · 0.85
addInterceptorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected