From 14438058da39c3e523f420549074934ca5881b09 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Thu, 17 Oct 2013 19:25:08 -0700 Subject: docs: correct broken links This also contains some whitespace corrections by my editor. --- src/ng/timeout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ng/timeout.js') diff --git a/src/ng/timeout.js b/src/ng/timeout.js index 08086c90..51e627b9 100644 --- a/src/ng/timeout.js +++ b/src/ng/timeout.js @@ -28,7 +28,7 @@ function $TimeoutProvider() { * @param {function()} fn A function, whose execution should be delayed. * @param {number=} [delay=0] Delay in milliseconds. * @param {boolean=} [invokeApply=true] If set to `false` skips model dirty checking, otherwise - * will invoke `fn` within the {@link ng.$rootScope.Scope#$apply $apply} block. + * will invoke `fn` within the {@link ng.$rootScope.Scope#methods_$apply $apply} block. * @returns {Promise} Promise that will be resolved when the timeout is reached. The value this * promise will be resolved with is the return value of the `fn` function. * -- cgit v1.2.3