Skip to content

Wrong usage of @defer.reject() #65

Open
@devgru

Description

@devgru

Here we call @defer.reject() with two arguments:
https://github.com/bramski/angular-indexedDB/blob/master/src/angular-indexed-db.coffee#L161-L171

The second argument of reject method is ignored, so actual error is lost and we just get "Transaction Error" string in promise.

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