diff options
| author | Igor Minar | 2011-06-06 22:02:30 -0700 | 
|---|---|---|
| committer | Igor Minar | 2011-06-06 23:10:30 -0700 | 
| commit | c35b0a7907de1535269876668c345ce944681804 (patch) | |
| tree | a3ba548369ca65db790809197196ae946cc93a18 /src/angular-mocks.js | |
| parent | 805bb5bb6e5842a5760976a446074d553609f5b6 (diff) | |
| download | angular.js-c35b0a7907de1535269876668c345ce944681804.tar.bz2 | |
yet another docs batch
Diffstat (limited to 'src/angular-mocks.js')
| -rw-r--r-- | src/angular-mocks.js | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/src/angular-mocks.js b/src/angular-mocks.js index ba7f7461..5cf7ff7c 100644 --- a/src/angular-mocks.js +++ b/src/angular-mocks.js @@ -68,10 +68,10 @@   *   * Built-in mocks:   * - * * {@link angular.Mock.service.$browser $browser } - A mock implementation of the browser. - * * {@link angular.Mock.service.$exceptionHandler $exceptionHandler } - A mock implementation of the + * * {@link angular.mock.service.$browser $browser } - A mock implementation of the browser. + * * {@link angular.mock.service.$exceptionHandler $exceptionHandler } - A mock implementation of the   * angular service exception handler. - * * {@link angular.Mock.service.$log $log } - A mock implementation of the angular service log. + * * {@link angular.mock.service.$log $log } - A mock implementation of the angular service log.   */  angular.mock = {}; | 
