MCPcopy
hub / github.com/angular-ui/ui-grid / sanitizeSrcsetPropertyValue

Function sanitizeSrcsetPropertyValue

lib/test/angular/1.8.0/angular.js:11131–11133  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

11129 }
11130
11131 function sanitizeSrcsetPropertyValue(value) {
11132 return sanitizeSrcset($sce.valueOf(value), 'ng-prop-srcset');
11133 }
11134 function addPropertyDirective(node, directives, attrName, propName) {
11135 if (EVENT_HANDLER_ATTR_REGEXP.test(propName)) {
11136 throw $compileMinErr('nodomevents', 'Property bindings for HTML DOM event properties are disallowed');

Callers

nothing calls this directly

Calls 1

sanitizeSrcsetFunction · 0.85

Tested by

no test coverage detected