Angular ngRoute and ngSanitize Not Working Together

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

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 *