()
| 18271 | var parsed = $parse(attr.ngBindHtml); |
| 18272 | |
| 18273 | function getStringValue() { |
| 18274 | return (parsed(scope) || '').toString(); |
| 18275 | } |
| 18276 | |
| 18277 | scope.$watch(getStringValue, function ngBindHtmlWatchAction(value) { |
| 18278 | element.html($sce.getTrustedHtml(parsed(scope)) || ''); |
nothing calls this directly
no outgoing calls
no test coverage detected