diff options
| author | Peter Bacon Darwin | 2014-02-21 19:37:37 +0000 |
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-21 19:37:37 +0000 |
| commit | 4a6a3ba7fb08ce99007893ef75365a3e8aff938a (patch) | |
| tree | ef12f95d2c48862c08e091588a1137a60870012b /src/ng/timeout.js | |
| parent | 0c9abc32c088bf88ef3d390ac080b5eade40f07c (diff) | |
| download | angular.js-4a6a3ba7fb08ce99007893ef75365a3e8aff938a.tar.bz2 | |
docs(*): fix anchors for members in api docs
Diffstat (limited to 'src/ng/timeout.js')
| -rw-r--r-- | src/ng/timeout.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/timeout.js b/src/ng/timeout.js index d205c4d2..33a4dcde 100644 --- a/src/ng/timeout.js +++ b/src/ng/timeout.js @@ -27,7 +27,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#methods_$apply $apply} block. + * will invoke `fn` within the {@link ng.$rootScope.Scope#$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. * |
