Skip to content

The bug in defaultResponseInterceptor  #229

@markb-trustifi

Description

@markb-trustifi

When the response data is a boolean "false", numeric "0" or an empty string the restangular response returns it as an empty object.

configuration.defaultResponseInterceptor = function (data /*, operation, what, url, response, subject */) {

 configuration.defaultResponseInterceptor = function (data /*, operation, what, url, response, subject */) {
    return data || {};
  };

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions