(html)
| 17992 | this.$get = [ |
| 17993 | '$injector', function ($injector) { |
| 17994 | var htmlSanitizer = function htmlSanitizer(html) { |
| 17995 | throw $sceMinErr('unsafe', 'Attempting to use an unsafe value in a safe context.'); |
| 17996 | }; |
| 17997 | |
| 17998 | if ($injector.has('$sanitize')) { |
| 17999 | htmlSanitizer = $injector.get('$sanitize'); |