You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
I'm not really sure if this is an issue, as I don't use ng-bind-html that much, but...
Just discovered this issue in our app running ng 1.1.5, but it seems to occur in the latest version of ngSanitize. When scoped var is set to a Number, it bombs out when ngSanitize tries to call indexOf on the Number, which is undefined.
I'm not really sure if this is an issue, as I don't use
ng-bind-html
that much, but...Just discovered this issue in our app running ng 1.1.5, but it seems to occur in the latest version of ngSanitize. When scoped var is set to a Number, it bombs out when ngSanitize tries to call
indexOf
on the Number, which isundefined
.ex.
<div ng-bind-html="some_number"></div> <!-- throws error -->
jsbin example case
The text was updated successfully, but these errors were encountered: