From 9af7a9198e2d30608ea6c40eedde03e44a6ef569 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 12 Jun 2012 00:35:28 -0700 Subject: fix($defer): remove deprecated $defer service --- docs/content/guide/scope.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide/scope.ngdoc') diff --git a/docs/content/guide/scope.ngdoc b/docs/content/guide/scope.ngdoc index ac0089c9..5b2c08ab 100644 --- a/docs/content/guide/scope.ngdoc +++ b/docs/content/guide/scope.ngdoc @@ -259,7 +259,7 @@ the `$digest` phase. This delay is desirable, since it coalesces multiple model api/ng.$rootScope.Scope#$apply scope.$apply()}. (Angular apis do this implicitly, so no extra `$apply` call is needed when doing synchronous work in controllers, or asynchronous work with {@link api/ng.$http $http} or {@link - api/ng.$defer $defer} services. + api/ng.$timeout $timeout} services. 4. **Mutation observation** -- cgit v1.2.3