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.

Re-work $q a bit to better support decorators #3659

Closed
@dcherman

Description

@dcherman

Currently, $q uses the defer() function in several places rather than referencing something like $q.defer()

This causes problems when you try to decorate promises because internally, $q is not calling the defer method that's defined/overriden in a decorator.

http://jsfiddle.net/3V2Xn/

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions