Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

ngsanitize error after migrating to angular 1.7.0 #16567

Closed
@singireddy0598

Description

@singireddy0598

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions