MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / applyPropValue

Function applyPropValue

lib/test/angular/1.8.0/angular.js:11161–11164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11159 return {
11160 pre: function ngPropPreLinkFn(scope, $element) {
11161 function applyPropValue() {
11162 var propValue = ngPropGetter(scope);
11163 $element[0][propName] = sanitizer(propValue);
11164 }
11165
11166 applyPropValue();
11167 scope.$watch(ngPropWatch, applyPropValue);

Callers 1

addPropertyDirectiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected