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.
AngularJS v1.7.8, ngSanitize v1.7.8
can you provide a reproduction of your problem, and place it in a new issue?
Originally posted by @petebacondarwin in #16567 (comment)
Error: [$injector:modulerr] Failed to instantiate module ngSanitize due to:
TypeError: lowercase is not a function
at arrayToMap (http://localhost:4444/Scripts/angular-sanitize.js:417:27)
at stringToMap (http://localhost:4444/Scripts/angular-sanitize.js:411:12)
at $SanitizeProvider (http://localhost:4444/Scripts/angular-sanitize.js:389:18)
function arrayToMap(items, lowercaseKeys) {
var obj = {}, i;
for (i = 0; i < items.length; i++) {
obj[lowercaseKeys ? lowercase(items[i]) : items[i]] = true;
}
return obj;
}
The text was updated successfully, but these errors were encountered: