diff options
| author | Igor Minar | 2012-05-22 23:05:26 -0700 | 
|---|---|---|
| committer | Igor Minar | 2012-05-23 15:00:56 -0700 | 
| commit | 4511d39cc748288df70bdc258f98a8f36652e683 (patch) | |
| tree | 17402bb4910b12c4b1a38778309a62addd2c947f /angularFiles.js | |
| parent | 15b8f205bb4e9797608ce440075e5149db6e6d45 (diff) | |
| download | angular.js-4511d39cc748288df70bdc258f98a8f36652e683.tar.bz2 | |
feat($timeout): add $timeout service that supersedes $defer
$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
Diffstat (limited to 'angularFiles.js')
| -rw-r--r-- | angularFiles.js | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/angularFiles.js b/angularFiles.js index 537b5bde..e82362cf 100644 --- a/angularFiles.js +++ b/angularFiles.js @@ -29,6 +29,7 @@ angularFiles = {      'src/ng/http.js',      'src/ng/httpBackend.js',      'src/ng/locale.js', +    'src/ng/timeout.js',      'src/ng/filter.js',      'src/ng/filter/filter.js', | 
