diff options
| author | Vojta Jina | 2011-08-10 11:51:24 +0200 |
|---|---|---|
| committer | Vojta Jina | 2011-08-10 11:51:24 +0200 |
| commit | 842741ee9958ce3895f709c3faf47bfac762ef64 (patch) | |
| tree | dc50a94db74fe3083dbbb03cf5c066e87169589a /src | |
| parent | 40ad543d27fac2201746a58211465204af250269 (diff) | |
| download | angular.js-842741ee9958ce3895f709c3faf47bfac762ef64.tar.bz2 | |
doc($browser): remove duplication of $browser to docs
This was causing to show up the "$browser" twice in the menu.
Diffstat (limited to 'src')
| -rw-r--r-- | src/AngularPublic.js | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/AngularPublic.js b/src/AngularPublic.js index bd86a9be..77b43250 100644 --- a/src/AngularPublic.js +++ b/src/AngularPublic.js @@ -1,15 +1,7 @@ 'use strict'; var browserSingleton; -/** - * @workInProgress - * @ngdoc service - * @name angular.service.$browser - * @requires $log - * - * @description - * Represents the browser. - */ + angularService('$browser', function($log){ if (!browserSingleton) { browserSingleton = new Browser(window, jqLite(window.document), jqLite(window.document.body), |
