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/ngMock/angular-mocks.js | |
| parent | 0c9abc32c088bf88ef3d390ac080b5eade40f07c (diff) | |
| download | angular.js-4a6a3ba7fb08ce99007893ef75365a3e8aff938a.tar.bz2 | |
docs(*): fix anchors for members in api docs
Diffstat (limited to 'src/ngMock/angular-mocks.js')
| -rw-r--r-- | src/ngMock/angular-mocks.js | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/ngMock/angular-mocks.js b/src/ngMock/angular-mocks.js index 0fc13b23..9a45939c 100644 --- a/src/ngMock/angular-mocks.js +++ b/src/ngMock/angular-mocks.js @@ -430,7 +430,7 @@ angular.mock.$LogProvider = function() {   * @description   * Mock implementation of the $interval service.   * - * Use {@link ngMock.$interval#methods_flush `$interval.flush(millis)`} to + * Use {@link ngMock.$interval#flush `$interval.flush(millis)`} to   * move forward by `millis` milliseconds and trigger any functions scheduled to run in that   * time.   * @@ -439,7 +439,7 @@ angular.mock.$LogProvider = function() {   * @param {number=} [count=0] Number of times to repeat. If not set, or 0, will repeat   *   indefinitely.   * @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} A promise which will be notified on each iteration.   */  angular.mock.$IntervalProvider = function() { | 
