diff options
Diffstat (limited to 'src/AngularPublic.js')
| -rw-r--r-- | src/AngularPublic.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/AngularPublic.js b/src/AngularPublic.js index 2b5d4fbc..c241238c 100644 --- a/src/AngularPublic.js +++ b/src/AngularPublic.js @@ -1,4 +1,12 @@ var browserSingleton; +/** + * @ngdoc service + * @name angular.service.$browser + * @requires $log + * + * @description + * Represents the browser. + */ angularService('$browser', function($log){ if (!browserSingleton) { browserSingleton = new Browser( |
