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>