(html)
| 19266 | this.$get = ['$injector', function($injector) { |
| 19267 | |
| 19268 | var htmlSanitizer = function htmlSanitizer(html) { |
| 19269 | throw $sceMinErr('unsafe', 'Attempting to use an unsafe value in a safe context.'); |
| 19270 | }; |
| 19271 | |
| 19272 | if ($injector.has('$sanitize')) { |
| 19273 | htmlSanitizer = $injector.get('$sanitize'); |