Angular ngSanitize Not Working

This is to Solve the Embarrassing Issue of ngSanitize Not Working.

You have simply to Add to the App both: angular-sanitize.js and textAngular-sanitize.js!

Something like that:

<script src="/lib/angular-sanitize.min.js"></script>
<script src="/lib/textAngular-sanitize.js"></script>

Leave a Reply

Your email address will not be published. Required fields are marked *