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

Function applyPropValue

test/angular/1.7/angular.js:11096–11099  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11094 return {
11095 pre: function ngPropPreLinkFn(scope, $element) {
11096 function applyPropValue() {
11097 var propValue = ngPropGetter(scope);
11098 $element[0][propName] = sanitizer(propValue);
11099 }
11100
11101 applyPropValue();
11102 scope.$watch(ngPropWatch, applyPropValue);

Callers 1

addPropertyDirectiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected