angularjs - Do I still need ngSanitize if I'm not going to use ng-bind-html? -
my questions are:
- do still need ngsanitize if i'm not going use ng-bind-html? if yes, why?
- is used anywhere else other ng-bind-html?
- does ngsanitize affect way dom input elements affect underlying model through ng-model?
1) yes will. ng-bind-html use $sanitize
, requires have ngsanitize available.
2) probably
3) not work ng-model (why ng-bind-html , $sanitize produce different results?)
Comments
Post a Comment