My questions really are:
- Do I still need ngSanitize if I'm NOT going to use ng-bind-html? If yes, why?
- Is it used anywhere else other than ng-bind-html?
- Does ngSanitize affect the way DOM input elements affect their underlying model through ng-model?