diff options
| author | Fred Sauer | 2012-12-05 10:31:51 -0800 |
|---|---|---|
| committer | Pawel Kozlowski | 2012-12-06 21:50:20 +0100 |
| commit | d8522aa34948fd9f327158b7022d0a2e33450e3d (patch) | |
| tree | 9ca96e7e944e3ed05de136bce183a23d31752846 /src/ngMock/angular-mocks.js | |
| parent | bae31216833651fc02f2260cfebfe8924859ccee (diff) | |
| download | angular.js-d8522aa34948fd9f327158b7022d0a2e33450e3d.tar.bz2 | |
docs(mocks): fix documentation bug: angular.mock.debug
Diffstat (limited to 'src/ngMock/angular-mocks.js')
| -rw-r--r-- | src/ngMock/angular-mocks.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngMock/angular-mocks.js b/src/ngMock/angular-mocks.js index 4b12a097..a3a61db9 100644 --- a/src/ngMock/angular-mocks.js +++ b/src/ngMock/angular-mocks.js @@ -562,7 +562,7 @@ angular.mock.$LogProvider = function() { /** * @ngdoc function - * @name angular.mock.debug + * @name angular.mock.dump * @description * * *NOTE*: this is not an injectable instance, just a globally available function. |
