API Docs for: 0.1.4
Show:

Deferred Class

The deferred object that's wrapped by $q

Constructor

Deferred

(
  • init
)

Parameters:

  • init Function

    This callback is passed three arguments, resolve, reject and notify that respectively resolve, reject or notify the deferreds promise.

Item Index

Properties

Methods

notify

()

See the underlying promises notify documentation.

reject

()

See the underlying promises reject documentation.

resolve

()

See the underlying promises resolve documentation.

Properties