From 4511d39cc748288df70bdc258f98a8f36652e683 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 22 May 2012 23:05:26 -0700 Subject: 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 --- angularFiles.js | 1 + 1 file changed, 1 insertion(+) (limited to 'angularFiles.js') 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', -- cgit v1.2.3