(value)
| 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'); |
nothing calls this directly
no test coverage detected