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

Function sanitizeSrcsetPropertyValue

test/angular/1.7/angular.js:11066–11068  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

11064 }
11065
11066 function sanitizeSrcsetPropertyValue(value) {
11067 return sanitizeSrcset($sce.valueOf(value), 'ng-prop-srcset');
11068 }
11069 function addPropertyDirective(node, directives, attrName, propName) {
11070 if (EVENT_HANDLER_ATTR_REGEXP.test(propName)) {
11071 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