angular-filter
angular-filter copied to clipboard
It is possible to fool strip-tags
'<scr<script></script>ipt> alert(document.cookie);</scr</kj>ipt>' turns into <script> alert(document.cookie);</script>.
The simpler regexp /<[^>]+>/g does strip the HTML.