I get a badparse error trying to sanitize
<style> <!--\n--> </style>
gives bad parse error angularjs. I use ngSanitize in my module to sanitize. I am able to parse most HTML content well but this fails.
Is there a special reason why this string fails?
TIA