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