ngsanitize error after migrating to angular 1.7.0 #16567
Description
I'm submitting a ...
- [X ] bug report
- feature request
- other
Current behavior:
my application is not loading after angular released 1.7.0 version. We are using angular-sanitize in my our application. my application downloaded angular 1.7.0 version then correspondingly angular-sanitize is also downloaded with version 1.7.0(which is compatible with angular version 1.7.0).
angular.lowercase and angular.uppercase methods have been removed in 1.7.0 version However angular-sanitize with version 1.7.0 still has references to it and As a result my application is not loading with the below error
Error: [$injector:modulerr] Failed to instantiate module ngSanitize due to:
TypeError: lowercase is not a function
Expected / new behavior:
my application should load properly with angualr-sanitize version 1.7.0 and angular version 1.7.0. Could you make the necessary changes in angular-sanitize #1.7.0 version
Minimal reproduction of the problem with instructions:
AngularJS version: 1.7.0
Browser: all
Anything else: