diff options
Diffstat (limited to 'src/Browser.js')
| -rw-r--r-- | src/Browser.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Browser.js b/src/Browser.js index d4faebc8..84d9cd44 100644 --- a/src/Browser.js +++ b/src/Browser.js @@ -24,7 +24,7 @@ var XHR = window.XMLHttpRequest || function() { * - hide all the global state in the browser caused by the window object * - abstract away all the browser specific features and inconsistencies * - * For tests we provide {@link angular.mock.service.$browser mock implementation} of the `$browser` + * For tests we provide {@link angular.module.NG_MOCK.$browser mock implementation} of the `$browser` * service, which can be used for convenient testing of the application without the interaction with * the real browser apis. */ |
