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.

$http success callback data undefined in IE (1.2.0 rc3) #4738

Closed
@rthomson83

Description

@rthomson83

When using $http like the snippet below, in IE10 the data in the success callback is undefined. When I tested the same in v1.0.8 it worked as expected.

$http({
method: "POST",
url: "SERVICEURL",
responseType: "json",
cache: false
}).success(function(data){});

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions