aboutsummaryrefslogtreecommitdiffstats
path: root/angularFiles.js
diff options
context:
space:
mode:
authorIgor Minar2012-05-22 23:05:26 -0700
committerIgor Minar2012-05-23 15:00:56 -0700
commit4511d39cc748288df70bdc258f98a8f36652e683 (patch)
tree17402bb4910b12c4b1a38778309a62addd2c947f /angularFiles.js
parent15b8f205bb4e9797608ce440075e5149db6e6d45 (diff)
downloadangular.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.js1
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',