()
| 13253 | childScope; |
| 13254 | |
| 13255 | var clearContent = function() { |
| 13256 | if (childScope) { |
| 13257 | childScope.$destroy(); |
| 13258 | childScope = null; |
| 13259 | } |
| 13260 | |
| 13261 | element.html(''); |
| 13262 | }; |
| 13263 | |
| 13264 | scope.$watch(srcExp, function ngIncludeWatchAction(src) { |
| 13265 | var thisChangeId = ++changeCounter; |
no test coverage detected