From 99ee6f275af9aff33f24c86138d79ec30e77dcb3 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Wed, 10 Aug 2011 11:51:24 +0200 Subject: doc($browser): remove duplication of $browser to docs This was causing to show up the "$browser" twice in the menu. --- src/AngularPublic.js | 10 +--------- 1 file changed, 1 insertion(+), 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), -- cgit v1.2.3