Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

feat($timeout): add $timeout service that superceeds $deferred #981

Merged
merged 2 commits into from
May 23, 2012

Conversation

IgorMinar
Copy link
Contributor

$timeout has a better name ($defer got often confused with something related to $q) and
is actually promise based with cancelation support.

With this commit the $defer service is deprecated and will be removed before 1.0.

Closes #704, #532

$timeout has a better name ($defer got often confused with something related to $q) and
is actually promise based with cancelation support.

With this commit the $defer service is deprecated and will be removed before 1.0.

Closes angular#704, angular#532
@IgorMinar IgorMinar merged commit 5214c1d into angular:master May 23, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename $defer() function
1 participant